RemoteFileActionEntity.SourceUri 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 URI of the remote file.
public:
property Uri ^ SourceUri { Uri ^ get(); };
Uri SourceUri();
public System.Uri SourceUri { get; }
var uri = remoteFileActionEntity.sourceUri;
Public ReadOnly Property SourceUri As Uri
Property Value
The URI of the remote file.
Remarks
Some cloud storage providers may use the FileId value instead.