IdentityNotMappedException.UnmappedIdentities Vlastnost

Definice

Představuje kolekci nemapovaných identit pro IdentityNotMappedException výjimku.

public:
 property System::Security::Principal::IdentityReferenceCollection ^ UnmappedIdentities { System::Security::Principal::IdentityReferenceCollection ^ get(); };
public System.Security.Principal.IdentityReferenceCollection UnmappedIdentities { get; }
member this.UnmappedIdentities : System.Security.Principal.IdentityReferenceCollection
Public ReadOnly Property UnmappedIdentities As IdentityReferenceCollection

Hodnota vlastnosti

IdentityReferenceCollection

Kolekce nemapovaných identit.

Platí pro

Viz také