LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
SystemProfileVersion Property
See Also 
Leadtools.Multimedia Namespace > WMProfileManager Class : SystemProfileVersion Property



Gets or sets the version number of each system profile enumerated by the profile manager.

Syntax

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.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also