StorageProviderItemPropertyDefinition.DisplayNameResource 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.
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
A string value for the state display name.