StorageProviderItemProperty.IconResource 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.
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
A string value of a reference to an icon resource. E.g., "SyncProviderResources.dll, -1234"