ServerComponentStatePresentationObject.LocalStates property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property LocalStates As List(Of ServerComponentStatePresentationObject.RequesterDetails)
Get
'Usage
Dim instance As ServerComponentStatePresentationObject
Dim value As List(Of ServerComponentStatePresentationObject.RequesterDetails)
value = instance.LocalStates
public List<ServerComponentStatePresentationObject.RequesterDetails> LocalStates { get; }
Property value
Type: System.Collections.Generic.List<ServerComponentStatePresentationObject.RequesterDetails>
See also
Reference
ServerComponentStatePresentationObject class