Share via


IVsaGlobalItem.TypeString Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the type of the global item.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
WriteOnly Property TypeString As String
string TypeString { set; }
property String^ TypeString {
    void set (String^ value);
}
abstract TypeString : string with set
function set TypeString (value : String)

Property Value

Type: System.String
Returns the item type of the global item.

See Also

Reference

IVsaGlobalItem Interface

Microsoft.Vsa Namespace