Condividi tramite


Proprietà Permission

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Permission As PermissionType
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.MasterDataServices. . :: . .PermissionType
A new instance of type PermissionType.