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
- serverId
Type: Microsoft.Exchange.Data.Directory.ADObjectId
- serverFqdn
Type: System.String
- componentName
Type: System.String
- componentStates
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
See also
Reference
ServerComponentStatePresentationObject class
ServerComponentStatePresentationObject members