TrustedApplicationAuthorizationsRepositoryObjectType Property |
Gets the type of the domain objects, which are managed by the repository.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Security
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override Type ObjectType { get; }
Public Overrides ReadOnly Property ObjectType As Type
Get
public:
virtual property Type^ ObjectType {
Type^ get () override;
}
abstract ObjectType : Type with get
override ObjectType : Type with get
Property Value
Type:
Type
The type of the domain object.
See Also