Share via


IFileAssociation.Description Property

Definition

Gets or sets the description of the program that is used to open files of this type.

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(2)]
public string Description { get; set; }
[<System.Runtime.InteropServices.DispId(2)>]
member this.Description : string with get, set
Public Property Description As String

Property Value

The description of the program that is used to open files of this type.

Attributes

Applies to