Subscription.Subscriber Property

Gets or sets the subscriber of this subscription.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Public Property Subscriber As String
    Get
    Set
public string Subscriber { get; set; }
public:
property String^ Subscriber {
    String^ get ();
    void set (String^ value);
}
member Subscriber : string with get, set
function get Subscriber () : String
function set Subscriber (value : String)

Property Value

Type: System.String
The subscriber of this subscription.

.NET Framework Security

See Also

Reference

Subscription Class

Microsoft.TeamFoundation.Framework.Client Namespace