 | ExternalReferenceTypeAlias Property |
Gets and sets the alias name of an external CAEX file to enable referencing elements of the external CAEX file from
other
elements
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic string Alias { get; set; }
Public Property Alias As String
Get
Set
public:
property String^ Alias {
String^ get ();
void set (String^ value);
}
Property Value
String
See Also