Subscription.SubscriptionID Property

 

Applies To: SQL Server 2016 Preview

The ID of the subscription.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public string SubscriptionID { get; set; }
public:
property String^ SubscriptionID {
    String^ get();
    void set(String^ value);
}
member SubscriptionID : string with get, set
Public Property SubscriptionID As String

Property Value

Type: System.String

A String value containing the ID of the subscription.

See Also

Subscription Class
ReportService2005 Namespace

Return to top