ClientOperationsContext Property |
The context of the request that this interface will provide a response to.
Namespace:
MFiles.VAF.Configuration.AdminConfigurations
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic IConfigurationRequestContext Context { get; }
Public ReadOnly Property Context As IConfigurationRequestContext
Get
public:
property IConfigurationRequestContext^ Context {
IConfigurationRequestContext^ get ();
}
Property Value
Type:
IConfigurationRequestContext
See Also