다음을 통해 공유


FunctionPrivilegesCriteria.PrincipalId 속성

Gets or sets the identifier of the principal.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property PrincipalId As Identifier 
    Get 
    Set
‘사용 방법
Dim instance As FunctionPrivilegesCriteria 
Dim value As Identifier 

value = instance.PrincipalId

instance.PrincipalId = value
[DataMemberAttribute]
public Identifier PrincipalId { get; set; }
[DataMemberAttribute]
public:
property Identifier^ PrincipalId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute>]
member PrincipalId : Identifier with get, set
function get PrincipalId () : Identifier 
function set PrincipalId (value : Identifier)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the principal.

참고 항목

참조

FunctionPrivilegesCriteria 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스