StorageProviderItemProperty.IconResource Property

Definition

A reference to an icon resource for a Cloud Storage provider property.

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

void IconResource(winrt::hstring value);
public string IconResource { get; set; }
var string = storageProviderItemProperty.iconResource;
storageProviderItemProperty.iconResource = string;
Public Property IconResource As String

Property Value

String

Platform::String

winrt::hstring

A string value of a reference to an icon resource. E.g., "SyncProviderResources.dll, -1234"

Applies to