 | RoleRequirementsTypeMappingObject Property |
Gets the MappingObject of this RoleRequirements object. Please note, if no MappingObject exists, an empty Wrapper
is returned.
Use the
InsertNew method to create one.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic MappingType MappingObject { get; }
Public ReadOnly Property MappingObject As MappingType
Get
public:
property MappingType^ MappingObject {
MappingType^ get ();
}
Property Value
MappingType
Remarks
This Property is only defined since CAEX 3.0.
See Also