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

Visual Basic
Dim instance As ConnectionManagerBase
Dim value As Long

value = instance.MaxVersion

instance.MaxVersion = value

Syntax

Visual Basic
Public Property MaxVersion As Long
C#
public long MaxVersion { get; set; }
C++
public:
property long long MaxVersion {
		long long get ();
		void set (long long value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public long get_MaxVersion ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_MaxVersion (long value)
JScript
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