ILayerElement.Name Property
Get/set the unique name.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
string Name { get; set; }
property String^ Name {
String^ get();
void set(String^ value);
}
abstract Name : string with get, set
Property Name As String
Property Value
Type: System.String
See Also
ILayerElement Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top