IVCWizCtlUI.GetAppID Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the application ID.
public:
System::String ^ GetAppID();
public:
Platform::String ^ GetAppID();
std::wstring GetAppID();
[System.Runtime.InteropServices.DispId(1610743834)]
public string GetAppID ();
[<System.Runtime.InteropServices.DispId(1610743834)>]
abstract member GetAppID : unit -> string
Public Function GetAppID () As String
Returns
A string containing the application ID.
- Attributes