Share via


AlertProperties.LocKey Property

 

A key to an alert-message string in a Localizable.strings file for the current localization (which is set by the user’s language preference). The key string can be formatted with %@ and %n$@ specifiers to take the variables specified in loc-args.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public string LocKey { get; set; }
public:
property String^ LocKey {
    String^ get();
    void set(String^ value);
}
member LocKey : string with get, set
Public Property LocKey As String

Property Value

Type: System.String

See Also

AlertProperties Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top