ReferenceTreeMFDynamicIdentifierIsReference Property |
True when this object is a dynamic reference.
False when the value is a non-lookup type.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool IsReference { get; }
Public ReadOnly Property IsReference As Boolean
Get
public:
property bool IsReference {
bool get ();
}
Property Value
Type:
Boolean
See Also