RemoteFileActionEntity.SourceId 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 of the cloud storage provider that hosts the remote file.
public:
property Platform::String ^ SourceId { Platform::String ^ get(); };
winrt::hstring SourceId();
public string SourceId { get; }
var string = remoteFileActionEntity.sourceId;
Public ReadOnly Property SourceId As String
Property Value
The identifier of the cloud storage provider that hosts the remote file.