FileAssociation.Extension Property

Definition

Gets or sets the file name extension to be associated with the application.

public:
 property System::String ^ Extension { System::String ^ get(); void set(System::String ^ value); };
public string Extension { get; set; }
public string Extension { [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.Extension : 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.Extension : string with get, set
Public Property Extension As String

Property Value

The file name extension to be associated with the application.

Attributes

Applies to