Właściwość ModelPrivilegesCriteria.PrincipalType
Pobiera lub ustawia typ głównej.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType
Get
Set
'Użycie
Dim instance As ModelPrivilegesCriteria
Dim value As PrincipalType
value = instance.PrincipalType
instance.PrincipalType = value
[DataMemberAttribute]
public PrincipalType PrincipalType { get; set; }
[DataMemberAttribute]
public:
property PrincipalType PrincipalType {
PrincipalType get ();
void set (PrincipalType value);
}
[<DataMemberAttribute>]
member PrincipalType : PrincipalType with get, set
function get PrincipalType () : PrincipalType
function set PrincipalType (value : PrincipalType)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
PrincipalType.
Zobacz także