Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.