Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the status of a subscription.
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
Public Property Status As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A read-only String value that contains the status of a subscription.