BpmProperty.Required Property
Gets or sets a Boolean value that indicates whether the development environment enforces a value.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property Required As Boolean
Get
Set
'Usage
Dim instance As BpmProperty
Dim value As Boolean
value = instance.Required
instance.Required = value
public virtual bool Required { get; set; }
Property Value
Type: System.Boolean
true if the development environment enforces a value; otherwise false.