Share via


WebUIFileSavePickerActivatedEventArgs.EnterpriseId Property

Definition

Gets the ID of the enterprise that owns the file.

public:
 property Platform::String ^ EnterpriseId { Platform::String ^ get(); };
winrt::hstring EnterpriseId();
public string EnterpriseId { get; }
var string = webUIFileSavePickerActivatedEventArgs.enterpriseId;
Public ReadOnly Property EnterpriseId As String

Property Value

String

Platform::String

winrt::hstring

The ID of the enterprise that owns the file.

Implements

Applies to