MetaColumn.AllowInitialValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether a column enables a value to be inserted.
public:
property bool AllowInitialValue { bool get(); };
public bool AllowInitialValue { get; }
member this.AllowInitialValue : bool
Public ReadOnly Property AllowInitialValue As Boolean
Property Value
true
if the column enables a value to be inserted; otherwise, false
.
Remarks
The default value is false
when the column is read-only and true
when the column is not read-only. The default value can be overridden by using the EditableAttribute attribute.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.