RemoteFileActionEntity.DriveId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The identifier for the remote drive associated with the remote file.