PropertyInfo.TermSetId Property

Gets or sets the GUID of the term set for the user profile property.

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

Syntax

'Declaration
Public Property TermSetId As Nullable(Of Guid)
    Get
    Set
'Usage
Dim instance As PropertyInfo
Dim value As Nullable(Of Guid)

value = instance.TermSetId

instance.TermSetId = value
public Nullable<Guid> TermSetId { get; set; }

Property Value

Type: System.Nullable<Guid>
The GUID of the term set for the user profile property.

See Also

Reference

PropertyInfo Class

PropertyInfo Members

UserProfileService Web Service