Aracılığıyla paylaş


Subscription.Owner Özelliği

Abonelik sahibinin kullanıcı adını alır.

Ad Alanı:  ReportService2010
Derleme:  ReportService2010 (ReportService2010 içinde.dll)

Sözdizimi

'Bildirim
Public Property Owner As String
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.String
Bir salt dize abonelik sahibinin kullanıcı adını içeren değer.