Freigeben über


Notification.Owner-Eigenschaft

The user name of the owner who generated the notification. User name is in the form of domain\alias.

Namespace:  Microsoft.ReportingServices.Interfaces
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Owner As String 
    Get
'Usage
Dim instance As Notification 
Dim value As String 

value = instance.Owner
public abstract string Owner { get; }
public:
virtual property String^ Owner {
    String^ get () abstract;
}
abstract Owner : string
abstract function get Owner () : String

Eigenschaftswert

Typ: System.String
The user name of the owner who generated the subscription.

Siehe auch

Verweis

Notification Klasse

Microsoft.ReportingServices.Interfaces-Namespace