Share via


User.SIDs Property

 

Gets all of the security identifiers that are associated with the user name.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public Collection<UserSID> SIDs { get; }
public:
property Collection<UserSID^>^ SIDs {
    Collection<UserSID^>^ get();
}
Public ReadOnly Property SIDs As Collection(Of UserSID)

Property Value

Type: System.Collections.ObjectModel.Collection<UserSID>

A Collection<T> of type Microsoft.WindowsServerSolutions.Users.UserSID that contains all of the security identifiers that are associated with the user name.

See Also

User Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top