Share via


SettingsGetResponse.Value Property

 

Optional. The setting value.

Namespace:   Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Syntax

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

Property Value

Type: System.String

See Also

SettingsGetResponse Class
Microsoft.WindowsAzure.WebSitesExtensions.Models Namespace

Return to top