MFIdentifierIsIDAvailable Property |
Indicates if there is a valid ID value available (even if it wasn't resolved).
Returns true if the id has been resolved, or if the identifier was set
with an id or ObjID and the id isn't considered unresolved (-1).
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic bool IsIDAvailable { get; }
Public ReadOnly Property IsIDAvailable As Boolean
Get
public:
property bool IsIDAvailable {
bool get ();
}
Property Value
Type:
Boolean
See Also