Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the object type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ObjectType As ModelObjectType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.ModelObjectType
One of the values of ModelObjectType.