Gets or sets the variable or function dispatch ID.
Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
声明
Property DispID As String
    Get
    Set
string DispID { get; set; }
property String^ DispID {
    String^ get ();
    void set (String^ value);
}
abstract DispID : string with get, set
function get DispID () : String
function set DispID (value : String)
Property Value
Type: System.String
The variable or function dispatch ID.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.