Udostępnij za pośrednictwem


Właściwość Subscription.Description

Pobiera opis formatu i metoda dostawy dla raportów, które są skojarzone z subskrypcja.

Przestrzeń nazw:  ReportService2006
Zestaw:  ReportService2006 (w ReportService2006.dll)

Składnia

'Deklaracja
Public Property Description As String
    Get
    Set
'Użycie
Dim instance As Subscription
Dim value As String

value = instance.Description

instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Wartość właściwości

Typ: System.String
A ciąg wartość, która zawiera opis formatu i metoda dostawy dla raportów, które są skojarzone z subskrypcja.