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.
The status of a subscription. Read-only.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property Status As String
Get
Set
'Usage
Dim instance As Subscription
Dim value As String
value = instance.Status
instance.Status = value
public string Status { get; set; }
public:
property String^ Status {
String^ get ();
void set (String^ value);
}
member Status : string with get, set
function get Status () : String
function set Status (value : String)
Property Value
Type: System.String
A read-only String value containing the status of a subscription.