ConnectionManagerBase.MaxVersion Property
Gets or sets the maximum version of the management provider to which the application can connect.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ConnectionManagerBase
Dim value As Long
value = instance.MaxVersion
instance.MaxVersion = value
Syntax
'Declaration
Public Property MaxVersion As Long
public long MaxVersion { get; set; }
public:
property long long MaxVersion {
long long get ();
void set (long long value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public long get_MaxVersion ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_MaxVersion (long value)
DebuggerStepThroughAttribute
public function get MaxVersion () : long
DebuggerStepThroughAttribute
public function set MaxVersion (value : long)
Property Value
Value that indicates the maximum version.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ConnectionManagerBase Class
ConnectionManagerBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace