IVsaGlobalItem.TypeString Property
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 get, set
function set TypeString (value : String)
Property Value
Type: System.String
Returns the item type of the global item.