 | RefURIAttributeTypeIsRefURIAttribute 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 IsRefURIAttribute { get; }
Public ReadOnly Property IsRefURIAttribute As Boolean
Get
public:
property bool IsRefURIAttribute {
bool get ();
}
Property Value
Booleantrue if this instance is a RefURI attribute; otherwise,
false.
See Also