Propriedade do RDL ModelPrivilege.ObjectType
Gets or sets the model object type.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property ObjectType As ModelObjectType
Get
Set
'Uso
Dim instance As ModelPrivilege
Dim value As ModelObjectType
value = instance.ObjectType
instance.ObjectType = value
[DataMemberAttribute]
public ModelObjectType ObjectType { get; set; }
[DataMemberAttribute]
public:
property ModelObjectType ObjectType {
ModelObjectType get ();
void set (ModelObjectType value);
}
[<DataMemberAttribute>]
member ObjectType : ModelObjectType with get, set
function get ObjectType () : ModelObjectType
function set ObjectType (value : ModelObjectType)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.ModelObjectType
The model object type.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts