PrincipalInfo.Department property
Gets a value that specifies the department name of the principal.
Namespace: Microsoft.SharePoint.Client.Utilities
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Department As String
Get
'Usage
Dim instance As PrincipalInfo
Dim value As String
value = instance.Department
public string Department { get; }
Property value
Type: System.String
Returns a String instance representing the department name of the principal.