Problem.ModelElement Property
Gets or sets the model element from which the problem is detected.
Namespace: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property ModelElement As IModelElement
'Usage
Dim instance As Problem
Dim value As IModelElement
value = instance.ModelElement
instance.ModelElement = value
public IModelElement ModelElement { get; private set; }
public:
property IModelElement^ ModelElement {
IModelElement^ get ();
void set (IModelElement^ value);
}
public function get ModelElement () : IModelElement
public function set ModelElement (value : IModelElement)
Property Value
Type: Microsoft.Data.Schema.SchemaModel.IModelElement
Returns a 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.