Report.MaxStandaloneVersionSpecified Property

Definition

Gets or sets a value that indicates whether the maximum standalone version property value is specified.

public:
 property bool MaxStandaloneVersionSpecified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool MaxStandaloneVersionSpecified { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.MaxStandaloneVersionSpecified : bool with get, set
Public Property MaxStandaloneVersionSpecified As Boolean

Property Value

true if the maximum standalone version property value is specified; otherwise false.

Attributes

Applies to