Report.MustUnderstand Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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