FileSavePicker.EnterpriseId Property

Definition

Gets or sets an ID that specifies the enterprise that owns the file.

public:
 property Platform::String ^ EnterpriseId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring EnterpriseId();

void EnterpriseId(winrt::hstring value);
public string EnterpriseId { get; set; }
var string = fileSavePicker.enterpriseId;
fileSavePicker.enterpriseId = string;
Public Property EnterpriseId As String

Property Value

String

Platform::String

winrt::hstring

An ID that specifies the enterprise that owns the file.

Applies to