DataRuleProblem.ModelElement Property
Gets or sets the IModelElement that is associated with the current issue.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.