SPPeoplePickerSearchActiveDirectoryDomain.ShortDomainName property
Gets or sets the short domain name of the Active Directory domain or forest.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ShortDomainName As String
Get
Set
'Usage
Dim instance As SPPeoplePickerSearchActiveDirectoryDomain
Dim value As String
value = instance.ShortDomainName
instance.ShortDomainName = value
public string ShortDomainName { get; set; }
Property value
Type: System.String
A string that contains the short domain name of the domain or forest, such as exampledomain.
See also
Reference
SPPeoplePickerSearchActiveDirectoryDomain class