Proprietà SecurityResolutionType
Gets or sets resolution of effective privileges.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property SecurityResolutionType As SecurityResolutionType
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: Microsoft.MasterDataServices. . :: . .SecurityResolutionType
One of the values of SecurityResolutionType.
Vedere anche