Dela via


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

See Also

Reference

Problem Class

Problem Members

Microsoft.Data.Schema.StaticCodeAnalysis Namespace