VCRuntimeStringProperty.Description Property

Sets or gets the description of the property.

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

Syntax

'Declaration
Property Description As String
'Usage
Dim instance As VCRuntimeStringProperty 
Dim value As String 

value = instance.Description

instance.Description = value
string Description { get; set; }
property String^ Description {
    String^ get ();
    void set (String^ value);
}
function get Description () : String 
function set Description (value : String)

Property Value

Type: System.String
String containing the description of the VCRuntimeStringProperty object.

Implements

VCRuntimeProperty.Description

.NET Framework Security

See Also

Reference

VCRuntimeStringProperty Interface

VCRuntimeStringProperty Members

Description Overload

Microsoft.VisualStudio.VCProjectEngine Namespace