DataProviderRequest.FormatId Property

Definition

Specifies the format id.

public:
 property Platform::String ^ FormatId { Platform::String ^ get(); };
winrt::hstring FormatId();
public string FormatId { get; }
var string = dataProviderRequest.formatId;
Public ReadOnly Property FormatId As String

Property Value

String

Platform::String

winrt::hstring

The format id. See StandardDataFormats for more information.

Applies to