ModelPrivilege.ObjectType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the object type.
public:
property Microsoft::MasterDataServices::ModelObjectType ObjectType { Microsoft::MasterDataServices::ModelObjectType get(); void set(Microsoft::MasterDataServices::ModelObjectType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.ModelObjectType ObjectType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ObjectType : Microsoft.MasterDataServices.ModelObjectType with get, set
Public Property ObjectType As ModelObjectType
Property Value
One of the values of ModelObjectType.
- Attributes