MetadataCacheVaultUserOperations Property |
Accessor for user 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 VaultUserOperations UserOperations { get; }
Public Overridable ReadOnly Property UserOperations As VaultUserOperations
Get
public:
virtual property VaultUserOperations^ UserOperations {
VaultUserOperations^ get ();
}
Property Value
Type:
VaultUserOperations
See Also