Indicates whether the property represented by a given property description, property definition, or property template is required to have a value (true) or not (false). If you attempt to save an object containing a property that requires a value and that property does not have a value assigned to it, an exception will result.


Namespace: FileNet.Api.Meta
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property IsValueRequired As Nullable(Of Boolean)
C#
Nullable<bool> IsValueRequired { get; }
C++
property Nullable<bool> IsValueRequired abstract  {
    Nullable<bool> get();
}
J#
/** property */
public Nullable<bool> get_IsValueRequired();
JScript
public function get IsValueRequired() : Nullable<bool>

Remarks

See Also