DirectoryServiceConnection.Server Property
Gets or sets a value that represents the server associated with the connection.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property Server As String
Get
Set
'Usage
Dim instance As DirectoryServiceConnection
Dim value As String
value = instance.Server
instance.Server = value
public string Server { get; set; }
Property Value
Type: System.String
See Also
Reference
DirectoryServiceConnection Class