ModelPrivilegesCriteria.Permission 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據指定的來篩選許可權 PermissionType 。
public:
property Microsoft::MasterDataServices::Services::DataContracts::PermissionType Permission { Microsoft::MasterDataServices::Services::DataContracts::PermissionType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::PermissionType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.PermissionType Permission { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Permission : Microsoft.MasterDataServices.Services.DataContracts.PermissionType with get, set
Public Property Permission As PermissionType
屬性值
以指定的 PermissionType 為基礎的權限。
- 屬性