Share via


AlertProperties.LogArgs Property

 

Variable string values to appear in place of the format specifiers in loc-key.

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

Syntax

public Collection<string> LogArgs { get; }
public:
property Collection<String^>^ LogArgs {
    Collection<String^>^ get();
}
member LogArgs : Collection<string> with get
Public ReadOnly Property LogArgs As Collection(Of String)

Property Value

Type: System.Collections.ObjectModel.Collection<String>

See Also

AlertProperties Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top