 | RoleRequirementsTypeRefBaseRoleClassPath Property |
Gets and sets the RefBaseRoleClassPath attribute of this RoleRequirements object.
The property
RoleReference is equivalent to this. For direct RoleClass assignments
use
RoleClass.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string RefBaseRoleClassPath { get; set; }
Public Property RefBaseRoleClassPath As String
Get
Set
public:
property String^ RefBaseRoleClassPath {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also