Subscription.ID Property

Gets or sets the subscription ID.

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

Syntax

‘선언
Public Property ID As Integer
    Get
    Set
public int ID { get; set; }
public:
property int ID {
    int get ();
    void set (int value);
}
member ID : int with get, set
function get ID () : int
function set ID (value : int)

Property Value

Type: System.Int32
The subscription ID.

.NET Framework Security

See Also

Reference

Subscription Class

Microsoft.TeamFoundation.Framework.Client Namespace