WindowsGroup.SidHistory Property

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

Syntax

'Declaration
Public ReadOnly Property SidHistory As MultiValuedProperty(Of SecurityIdentifier)
    Get
'Usage
Dim instance As WindowsGroup
Dim value As MultiValuedProperty(Of SecurityIdentifier)

value = instance.SidHistory
public MultiValuedProperty<SecurityIdentifier> SidHistory { get; }