FileAssociation.XmlDescription Property

Definition

Gets or sets a property that is used to serialize the file association's Description property to an XML file.

public:
 property System::String ^ XmlDescription { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string XmlDescription { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.XmlDescription : string with get, set
Public Property XmlDescription As String

Property Value

String

An XML representation of this file association's Description value.

Attributes

Applies to