StorageProviderItemPropertyDefinition.DisplayNameResource Property

Definition

Gets or sets the display name of a Cloud Storage Provider state.

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

void DisplayNameResource(winrt::hstring value);
public string DisplayNameResource { get; set; }
var string = storageProviderItemPropertyDefinition.displayNameResource;
storageProviderItemPropertyDefinition.displayNameResource = string;
Public Property DisplayNameResource As String

Property Value

String

Platform::String

winrt::hstring

A string value for the state display name.

Applies to