LocalizableString Constructors
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.
Overloads
LocalizableString() | |
LocalizableString(String, String) |
LocalizableString()
public LocalizableString ();
Public Sub New ()
Applies to
LocalizableString(String, String)
public LocalizableString (string value = default, string localizedValue = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.LocalizableString : string * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.LocalizableString
Public Sub New (Optional value As String = Nothing, Optional localizedValue As String = Nothing)
Parameters
- value
- String
- localizedValue
- String