ILayerElement.Description Property

 

Get/set the description.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

string Description { get; set; }
property String^ Description {
    String^ get();
    void set(String^ value);
}
abstract Description : string with get, set
Property Description As String

Property Value

Type: System.String

See Also

ILayerElement Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top