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.

See also

Reference

BpmProperty class

BpmProperty members

Microsoft.PerformancePoint.Scorecards namespace