Share via


SourceCodePosition.IsPrimary Property

Gets a value that indicates whether this object represents the primary source for the element that it defines.

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

Syntax

'Declaration
Public ReadOnly Property IsPrimary As Boolean
public bool IsPrimary { get; }
public:
property bool IsPrimary {
    bool get ();
}
member IsPrimary : bool
function get IsPrimary () : boolean

Property Value

Type: System.Boolean
true if this is the primary source for the element that it defines; otherwise, false.

.NET Framework Security

See Also

Reference

SourceCodePosition Class

Microsoft.Data.Schema.SchemaModel Namespace