CodeGraphNodeIdBuilder.MostSpecificLabel Property

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

Syntax

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

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

CodeGraphNodeIdBuilder Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace