共用方式為


MdmDataContractOfEntityContextIdentifier.Permission 屬性

Gets or sets the permission type of the MDM data contract.

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

語法

'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Permission As PermissionType
    Get
    Set
'用途
Dim instance As MdmDataContractOfEntityContextIdentifier
Dim value As PermissionType

value = instance.Permission

instance.Permission = value
[DataMemberAttribute(EmitDefaultValue = false)]
public PermissionType Permission { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property PermissionType Permission {
    PermissionType get ();
    void set (PermissionType value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Permission : PermissionType with get, set
function get Permission () : PermissionType
function set Permission (value : PermissionType)

屬性值

型別:Microsoft.MasterDataServices.PermissionType
A new instance of type PermissionType.

請參閱

參考

MdmDataContractOfEntityContextIdentifier 類別

Microsoft.MasterDataServices 命名空間