VCCodeProperty::TypeString Property

 

Gets or sets the type of object using a string representation of the type.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property String^ TypeString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The type of object using a string representation of the type.

Return to top
Show: