SystemProfileVersion Property

Summary

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

Syntax
C#
VB
C++
public WMT_Version SystemProfileVersion { get; set; } 
Public Property SystemProfileVersion As WMT_Version 
public: 
property WMT_Version SystemProfileVersion { 
   WMT_Version get(); 
   void set (    WMT_Version ); 
} 

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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly