IsRequired Property

Microsoft Deployment Tools

Deployment Tools Foundation IsRequired Property
Gets a value indicating whether the column must be non-null when inserting a record.
Declaration Syntax
C# Visual Basic Visual C++
public bool IsRequired { get; }
Public ReadOnly Property IsRequired As Boolean
public:
property bool IsRequired {
	bool get ();
}
Value
required status of the column

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)