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.