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 Get
public: property bool IsRequired { bool get (); }
Property Value
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.9.1006.0)