ConnectionManagerBase.MinVersion Property
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
'Usage
Dim instance As ConnectionManagerBase
Dim value As Long
value = instance.MinVersion
instance.MinVersion = value
Syntax
'Declaration
Public Property MinVersion As Long
public long MinVersion { get; set; }
public:
property long long MinVersion {
long long get ();
void set (long long value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public long get_MinVersion ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_MinVersion (long value)
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
Reference
ConnectionManagerBase Class
ConnectionManagerBase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace