FileAssociation.DefaultIcon Property

Definition

Gets or sets the icon to use for files that use a particular Extension.

public:
 property System::String ^ DefaultIcon { System::String ^ get(); void set(System::String ^ value); };
public string DefaultIcon { get; set; }
public string DefaultIcon { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.DefaultIcon : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.DefaultIcon : string with get, set
Public Property DefaultIcon As String

Property Value

The name of the file that contains the icon.

Attributes

Applies to