Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the ID of the subscription.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property SubscriptionID As String
Get
Set
'Usage
Dim instance As Subscription
Dim value As String
value = instance.SubscriptionID
instance.SubscriptionID = value
public string SubscriptionID { get; set; }
public:
property String^ SubscriptionID {
String^ get ();
void set (String^ value);
}
member SubscriptionID : string with get, set
function get SubscriptionID () : String
function set SubscriptionID (value : String)
Property Value
Type: System.String
A String value that contains the ID of the subscription.