Share via


PropertyData.Name Property

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

Namespace:  websvcUserProfileService
Assembly:  MOSSSOAP (in MOSSSOAP.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.

Remarks

For a code example about how to use the PropertyData class, see How to: Modify User Profile Data.

See Also

Reference

PropertyData Class

PropertyData Members

websvcUserProfileService Namespace