共用方式為


PrincipalId 屬性

Gets or sets the principal ID value that is used to filter the results.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property PrincipalId As Identifier
    Get
    Set
'用途
Dim instance As ModelPrivilegesCriteria
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. . :: . .Identifier
A collection of type Identifier.