RemoteFileActionEntity.AccountId 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 service account associated with the remote file.
public:
property Platform::String ^ AccountId { Platform::String ^ get(); };
winrt::hstring AccountId();
public string AccountId { get; }
var string = remoteFileActionEntity.accountId;
Public ReadOnly Property AccountId As String
Property Value
The identifier of the cloud service account associated with the remote file.