Share via


CodeLayerGraphNodeIdName.SourceArtifactName 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 SourceArtifactName As GraphNodeIdName
public static GraphNodeIdName SourceArtifactName { get; }
public:
static property GraphNodeIdName^ SourceArtifactName {
    GraphNodeIdName^ get ();
}
static member SourceArtifactName : GraphNodeIdName with get
static function get SourceArtifactName () : GraphNodeIdName

Property Value

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

.NET Framework Security

See Also

Reference

CodeLayerGraphNodeIdName Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace