DataProviderRequest.FormatId 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.
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
The format id. See StandardDataFormats for more information.