 | SystemUnitFamilyTypeReferencedClassName 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
Syntaxpublic string ReferencedClassName { get; }
Public ReadOnly Property ReferencedClassName As String
Get
public:
virtual property String^ ReferencedClassName {
String^ get () sealed;
}
Property Value
StringThe name of the referenced class.
Implements
IClassWithBaseClassReferenceReferencedClassName
See Also