Gets or sets the minimum 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.MinVersion

instance.MinVersion = value

Syntax

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

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_MinVersion (long value)
JScript
DebuggerStepThroughAttribute 
public function get MinVersion () : long

DebuggerStepThroughAttribute 
public function set MinVersion (value : long)

Property Value

Value that indicates the minimum 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