Condividi tramite


Proprietà PrincipalType

Gets or sets a PrincipleType simple type.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType
    Get
    Set
'Utilizzo
Dim instance As HierarchyMemberPrivilege
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)