WebSiteProperties.Properties Property
Gets or sets a collection of name and value pairs that contain properties for a web site.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models.WebSite
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Usage
'Usage
Dim instance As WebSiteProperties
Dim value As IDictionary(Of String, String)
value = instance.Properties
instance.Properties = value
Syntax
'Declaration
Public Property Properties As IDictionary(Of String, String)
public IDictionary<string,string> Properties { get; set; }
public:
property IDictionary<String^, String^>^ Properties {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String,String> get_Properties ()
/** @property */
public void set_Properties (IDictionary<String,String> value)
public function get Properties () : IDictionary<String,String>
public function set Properties (value : IDictionary<String,String>)
Property Value
A collection of name and value pairs.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
WebSiteProperties Class
WebSiteProperties Members
Microsoft.WindowsAzure.Management.WebSites.Models.WebSite Namespace