Report.MustUnderstand Property

Definition

Gets or sets the MustUnderstand value of the report.

public:
 property System::String ^ MustUnderstand { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.DefaultValue("")]
[System.Xml.Serialization.XmlAttribute]
public string MustUnderstand { get; set; }
[<System.ComponentModel.DefaultValue("")>]
[<System.Xml.Serialization.XmlAttribute>]
member this.MustUnderstand : string with get, set
Public Property MustUnderstand As String

Property Value

The MustUnderstand value of the report.

Attributes

Applies to