ResourceBase.Tags Property

Optional. Gets or sets the tags attached to the resource.

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

Usage

'Usage
Dim instance As ResourceBase
Dim value As IDictionary(Of String, String)

value = instance.Tags

instance.Tags = value

Syntax

'Declaration
Public Property Tags As IDictionary(Of String, String)
public IDictionary<string,string> Tags { get; set; }
public:
property IDictionary<String^, String^>^ Tags {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String,String> get_Tags ()

/** @property */
public void set_Tags (IDictionary<String,String> value)
public function get Tags () : IDictionary<String,String>

public function set Tags (value : IDictionary<String,String>)

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

ResourceBase Class
ResourceBase Members
Microsoft.WindowsAzure.Management.Automation.Models Namespace