ModelPrivilege.PrincipalType 속성
Gets or sets the principal type.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType
Get
Set
‘사용 방법
Dim instance As ModelPrivilege
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)
속성 값
유형: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
The principal type.