MetadataCacheVaultObjectOperations Property |
Accessor for object operations interface. Returns the cache wrapper interface.
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual VaultObjectOperations ObjectOperations { get; }
Public Overridable ReadOnly Property ObjectOperations As VaultObjectOperations
Get
public:
virtual property VaultObjectOperations^ ObjectOperations {
VaultObjectOperations^ get ();
}
Property Value
Type:
VaultObjectOperations
See Also