Share via


ModelingToolboxItemBase.Id Property

Gets the unique identified of this toolbox item.

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property Id As String
public string Id { get; }
public:
property String^ Id {
    String^ get ();
}
member Id : string
function get Id () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ModelingToolboxItemBase Class

Microsoft.VisualStudio.Modeling.Design Namespace