 | RefTypeAttributeTypeIsRefTypeAttribute Property |
Gets a value indicating whether this instance is a RefURI attribute.
Namespace: Aml.Engine.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic bool IsRefTypeAttribute { get; }
Public ReadOnly Property IsRefTypeAttribute As Boolean
Get
public:
property bool IsRefTypeAttribute {
bool get ();
}
Property Value
Booleantrue if this instance is a RefURI attribute; otherwise,
false.
See Also