ClientOperationsManager Property |
The manager responsible for the nodes that can be modified through this interface.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic AdminConfigurationManagerBase Manager { get; }
Public ReadOnly Property Manager As AdminConfigurationManagerBase
Get
public:
property AdminConfigurationManagerBase^ Manager {
AdminConfigurationManagerBase^ get ();
}
Property Value
Type:
AdminConfigurationManagerBase
See Also