Share via


RemoteFileActionEntity.Extension Property

Definition

Gets the extension of the remote file.

public:
 property Platform::String ^ Extension { Platform::String ^ get(); };
winrt::hstring Extension();
public string Extension { get; }
var string = remoteFileActionEntity.extension;
Public ReadOnly Property Extension As String

Property Value

String

Platform::String

winrt::hstring

The extension of the remote file.

Applies to