Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a principal type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.PrincipalType
A new instance of type PrincipalType.