IIndexableContent.Id Property

Definition

Gets or sets the identifier for the content properties in the IIndexableContent object. Changes to the actual representation of the item in the index can be made using the ContentIndexer class.

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

void Id(winrt::hstring value);
public string Id { get; set; }
var string = iIndexableContent.id;
iIndexableContent.id = string;
Public Property Id As String

Property Value

String

Platform::String

winrt::hstring

The identifier of the content item.

Applies to

See also