Report.VersionSpecified Property

Definition

Gets or sets a value that indicates whether the Version property value is specified.

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

Property Value

true if the Version property value is specified; otherwise false.

Attributes

Applies to