ILayerArtifactReference.Identifier Property

 

Get the artifact identifier.

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

Syntax

string Identifier { get; }
property String^ Identifier {
    String^ get();
}
abstract Identifier : string with get
ReadOnly Property Identifier As String

Property Value

Type: System.String

See Also

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

Return to top