Visual Basic (Declaration) | |
---|---|
Public Property SystemProfileVersion As WMT_Version |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As WMProfileManager Dim value As WMT_Version instance.SystemProfileVersion = value value = instance.SystemProfileVersion |
C# | |
---|---|
public WMT_Version SystemProfileVersion {get; set;} |
C++/CLI | |
---|---|
public: property WMT_Version SystemProfileVersion { WMT_Version get(); void set ( WMT_Version value); } |
Property Value
Possible values are as follows:
- WMT_VER_4_0
- WMT_VER_7_0
- WMT_VER_8_0
- WMT_VER_9_0
For more information, refer to the Microsoft documentation for IWMProfileManager2.GetSystemProfileVersion.
Gets or sets the version number of each system profile enumerated by the profile manager. The value is one of the WM_VERSION enumeration type members.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7