IsRequired Property

Glimpse API

ResourceParameterMetadata IsRequired Property Glimpse API Documentation
Gets or sets a value indicating whether this parameter is required.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public bool IsRequired { get; set; }
public bool IsRequired { get; set; }

Field Value

true if this instance is required; otherwise, false.
See Also