Share via


ServerComponentStatePresentationObject constructor (ADObjectId, String, String, MultiValuedProperty<String>)

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Sub New ( _
    serverId As ADObjectId, _
    serverFqdn As String, _
    componentName As String, _
    componentStates As MultiValuedProperty(Of String) _
)
'Usage
Dim serverId As ADObjectId
Dim serverFqdn As String
Dim componentName As String
Dim componentStates As MultiValuedProperty(Of String)

Dim instance As New ServerComponentStatePresentationObject(serverId, _
    serverFqdn, componentName, componentStates)
public ServerComponentStatePresentationObject(
    ADObjectId serverId,
    string serverFqdn,
    string componentName,
    MultiValuedProperty<string> componentStates
)

Parameters

See also

Reference

ServerComponentStatePresentationObject class

ServerComponentStatePresentationObject members

ServerComponentStatePresentationObject overload

Microsoft.Exchange.Data.Directory.Management namespace