StorageService.Properties Property
Gets or sets a collection of StorageServiceProperties objects that define the properties that are assigned to the cloud service.
Namespace: Microsoft.WindowsAzure.Management.Storage.Models.StorageServiceListResponse
Assembly: Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)
Usage
'Usage
Dim instance As StorageService
Dim value As StorageServiceProperties
value = instance.Properties
instance.Properties = value
Syntax
'Declaration
Public Property Properties As StorageServiceProperties
public StorageServiceProperties Properties { get; set; }
public:
property StorageServiceProperties^ Properties {
StorageServiceProperties^ get ();
void set (StorageServiceProperties^ value);
}
/** @property */
public StorageServiceProperties get_Properties ()
/** @property */
public void set_Properties (StorageServiceProperties value)
public function get Properties () : StorageServiceProperties
public function set Properties (value : StorageServiceProperties)
Property Value
A collection of StorageServiceProperties objects.
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 and Windows Server 2008
Target Platforms
See Also
Reference
StorageService Class
StorageService Members
Microsoft.WindowsAzure.Management.Storage.Models.StorageServiceListResponse Namespace