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

DirectoryServiceConnection members

Microsoft.Office.Server.UserProfiles namespace