Właściwość Subscription.Owner
Pobiera nazwę użytkownika właściciela subskrypcja.
Przestrzeń nazw: ReportService2006
Zestaw: ReportService2006 (w ReportService2006.dll)
Składnia
'Deklaracja
Public Property Owner As String
Get
Set
'Użycie
Dim instance As Subscription
Dim value As String
value = instance.Owner
instance.Owner = value
public string Owner { get; set; }
public:
property String^ Owner {
String^ get ();
void set (String^ value);
}
member Owner : string with get, set
function get Owner () : String
function set Owner (value : String)
Wartość właściwości
Typ: System.String
Tylko do odczytu ciąg wartość, która zawiera nazwę użytkownika właściciela subskrypcja.