ILayerArtifactReference.SupportsValidation Property
Check whether the artifact supports validation.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
bool SupportsValidation { get; }
property bool SupportsValidation {
bool get();
}
abstract SupportsValidation : bool with get
ReadOnly Property SupportsValidation As Boolean
Property Value
Type: System.Boolean
See Also
ILayerArtifactReference Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top