Właściwość SecurityPrincipalsCriteria.SecurityResolutionType
Pobiera lub ustawia rozdzielczość skuteczne uprawnienia.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property SecurityResolutionType As SecurityResolutionType
Get
Set
'Użycie
Dim instance As SecurityPrincipalsCriteria
Dim value As SecurityResolutionType
value = instance.SecurityResolutionType
instance.SecurityResolutionType = value
[DataMemberAttribute]
public SecurityResolutionType SecurityResolutionType { get; set; }
[DataMemberAttribute]
public:
property SecurityResolutionType SecurityResolutionType {
SecurityResolutionType get ();
void set (SecurityResolutionType value);
}
[<DataMemberAttribute>]
member SecurityResolutionType : SecurityResolutionType with get, set
function get SecurityResolutionType () : SecurityResolutionType
function set SecurityResolutionType (value : SecurityResolutionType)
Wartość właściwości
Typ: Microsoft.MasterDataServices.SecurityResolutionType
Jedną z wartości SecurityResolutionType.
Zobacz także