

Deployment Tools Foundation
IsRequired Property
Gets a value indicating whether the column must be non-null when inserting a record.

C# | Visual Basic | Visual C++ | F# |
public bool IsRequired { get; }
Public ReadOnly Property IsRequired As Boolean Get
public: property bool IsRequired { bool get (); }
member IsRequired : bool with get

Boolean
required status of the column
required status of the column
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)