Proprietà PrincipalType
Gets or sets a principal type.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType
Get
Set
'Utilizzo
Dim instance As HierarchyMemberPrivilegesCriteria
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)
Valore proprietà
Tipo: Microsoft.MasterDataServices. . :: . .PrincipalType
A new instance of type PrincipalType.
Vedere anche