 | IClassWithBaseClassReferenceReferencedClassName Property |
Gets the name (not the full path) of the referenced base class.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxstring ReferencedClassName { get; }
ReadOnly Property ReferencedClassName As String
Get
property String^ ReferencedClassName {
String^ get ();
}
Property Value
StringThe name of the referenced class.
See Also