MFIdentifierUnsafeID Property |
Returns an ID value if available (even if it wasn't resolved).
The ID is available if it has been resolved, or if the identifier was set
with an id or ObjID and the id isn't considered unresolved (-1).
It is unsafe because it hasn't necessary been resolved (verified to exist) in the current vault.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic Nullable<int> UnsafeID { get; }
Public ReadOnly Property UnsafeID As Nullable(Of Integer)
Get
public:
property Nullable<int> UnsafeID {
Nullable<int> get ();
}
Property Value
Type:
NullableInt32
See Also