CodeLayerGraphNodeIdName.SourceLayerName 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 SourceLayerName As GraphNodeIdName
public static GraphNodeIdName SourceLayerName { get; }
public:
static property GraphNodeIdName^ SourceLayerName {
GraphNodeIdName^ get ();
}
static member SourceLayerName : GraphNodeIdName with get
static function get SourceLayerName () : GraphNodeIdName
Property Value
Type: Microsoft.VisualStudio.GraphModel.GraphNodeIdName
Returns GraphNodeIdName.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CodeLayerGraphNodeIdName Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace