DataRuleProblemSuppressionContext.ModelElement Property

Gets or sets the element that is analyzed.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property ModelElement As IModelElement
public IModelElement ModelElement { get; private set; }
public:
property IModelElement^ ModelElement {
    IModelElement^ get ();
    private: void set (IModelElement^ value);
}
member ModelElement : IModelElement with get, private set
function get ModelElement () : IModelElement
private function set ModelElement (value : IModelElement)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.IModelElement

.NET Framework Security

See Also

Reference

DataRuleProblemSuppressionContext Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace