Connection.DomainName Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Property DomainName As String
Get
Set
'Usage
Dim instance As Connection
Dim value As String
value = instance.DomainName
instance.DomainName = value
public string DomainName { get; set; }
Property Value
Type: System.String