StorageProviderSyncRootInfo.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.
An optional display name that maps to the existing sync root registration.
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 = storageProviderSyncRootInfo.displayNameResource;
storageProviderSyncRootInfo.displayNameResource = string;
Public Property DisplayNameResource As String
Property Value
The display name.