Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the ID of the subscription.
Namespace: ReportService2006
Assembly: ReportService2006 (in ReportService2006.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.