 | CaexObjectWithReferenceTReference Property |
Gets the referenced class
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic T Reference { get; set; }
Public Property Reference As T
Get
Set
public:
property T Reference {
T get ();
void set (T value);
}
Property Value
T
See Also