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
- 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.