ILayerArtifactReference.IsDeleted Property

 

Check whether the reference is deleted.

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

Syntax

bool IsDeleted { get; }
property bool IsDeleted {
    bool get();
}
abstract IsDeleted : bool with get
ReadOnly Property IsDeleted As Boolean

Property Value

Type: System.Boolean

See Also

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

Return to top