IsRequired Property

Gets {insert text here}.

Namespace:  Microsoft.Data.Tools.Model.Simple
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public ReadOnly Property IsRequired As Boolean
    Get
'Usage
Dim instance As ReferenceProperty
Dim value As Boolean

value = instance.IsRequired
public bool IsRequired { get; }
public:
virtual property bool IsRequired {
    bool get () sealed;
}
abstract IsRequired : bool
override IsRequired : bool
final function get IsRequired () : boolean

Property Value

Type: System..::..Boolean

Implements

IModelProperty..::..IsRequired

See Also

Reference

ReferenceProperty Class

Microsoft.Data.Tools.Model.Simple Namespace