Share via


HierarchyMemberPrivilege.PrincipalType Property

Gets or sets the type of the principal.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType
    Get
    Set
'Usage
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)

Property Value

Type: Microsoft.MasterDataServices.PrincipalType
A new instance of type PrincipalType. Possible values are Group, None, or UserAccount.