Share via


ILayerCommentLink.Source Property

 

Get the source comment.

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

Syntax

ILayerComment Source { get; }
property ILayerComment^ Source {
    ILayerComment^ get();
}
abstract Source : ILayerComment with get
ReadOnly Property Source As ILayerComment

Property Value

Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerComment

See Also

ILayerCommentLink Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top