Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.