Share via


AlertProperties.ActionLocKey Property

 

If a string is specified, the system displays an alert with two buttons. The string is used as a key to get a localized string in the current localization to use for the right button’s title instead of “View”.

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

Syntax

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

Property Value

Type: System.String

See Also

AlertProperties Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top