Compartilhar via


CoreProperty.Length property

Obtém ou define o comprimento máximo dos dados da propriedade de núcleo do perfil.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
Public Property Length As Integer
    Get
    Set
'Uso
Dim instance As CoreProperty
Dim value As Integer

value = instance.Length

instance.Length = value
public int Length { get; set; }

Property value

Type: System.Int32
Retorna Int32.

Ver também

Referência

CoreProperty class

CoreProperty members

Microsoft.Office.Server.UserProfiles namespace