Share via


CodeLayerGraphNodeIdName.TargetLayerName Property

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

Syntax

'Declaration
Public Shared ReadOnly Property TargetLayerName As GraphNodeIdName
public static GraphNodeIdName TargetLayerName { get; }
public:
static property GraphNodeIdName^ TargetLayerName {
    GraphNodeIdName^ get ();
}
static member TargetLayerName : GraphNodeIdName with get
static function get TargetLayerName () : GraphNodeIdName

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdName
Returns GraphNodeIdName.

.NET Framework Security

See Also

Reference

CodeLayerGraphNodeIdName Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace