ILayerElement.Id Property
Gets the unique identifier of this element.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
Guid Id { get; }
property Guid Id {
Guid get();
}
abstract Id : Guid with get
ReadOnly Property Id As Guid
Property Value
Type: System.Guid
See Also
ILayerElement Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top