Share via


PropertyData.Name property

Gets or sets the name of the property for the user.

Namespace:  WebSvcUserProfileService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
Public Property Name As String
    Get
    Set
'Usage
Dim instance As PropertyData
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }

Property value

Type: System.String
The name of the property for the user.

See also

Reference

PropertyData class

PropertyData members

WebSvcUserProfileService namespace