IModelElement.ResolutionStatus Property

Gets or sets the value of the model element resolution status.

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

Syntax

'Declaration
Property ResolutionStatus As ModelElementResolutionStatus
ModelElementResolutionStatus ResolutionStatus { get; set; }
property ModelElementResolutionStatus ResolutionStatus {
    ModelElementResolutionStatus get ();
    void set (ModelElementResolutionStatus value);
}
abstract ResolutionStatus : ModelElementResolutionStatus with get, set
function get ResolutionStatus () : ModelElementResolutionStatus
function set ResolutionStatus (value : ModelElementResolutionStatus)

Property Value

Type: Microsoft.Data.Schema.SchemaModel.ModelElementResolutionStatus
A member of the ModelElementResolutionStatus enumeration.

.NET Framework Security

See Also

Reference

IModelElement Interface

Microsoft.Data.Schema.SchemaModel Namespace

ModelElementResolutionStatus