Share via


Subscription.Tag Property

Gets or sets the value of a subscription tag.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property Tag As String
'Usage
Dim instance As Subscription 
Dim value As String 

value = instance.Tag

instance.Tag = value
public string Tag { get; set; }
public:
property String^ Tag {
    String^ get ();
    void set (String^ value);
}
public function get Tag () : String 
public function set Tag (value : String)

Property Value

Type: System.String
The subscription tag.

.NET Framework Security

See Also

Reference

Subscription Class

Subscription Members

Microsoft.TeamFoundation.Server Namespace