Share via


CodeGraphNodeIdBuilder.MostSpecificLabel Property

 

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

Syntax

public string MostSpecificLabel { get; }
public:
property String^ MostSpecificLabel {
    String^ get();
}
member MostSpecificLabel : string with get
Public ReadOnly Property MostSpecificLabel As String

Property Value

Type: System.String

Returns String.

See Also

CodeGraphNodeIdBuilder Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top