Share via


RemoteFileActionEntity.DriveId Property

Definition

Gets the identifier for the remote drive associated with the remote file.

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

Property Value

String

Platform::String

winrt::hstring

The identifier for the remote drive associated with the remote file.

Applies to