Partager via


Propriété Notification.Owner

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

Espace de noms :  Microsoft.ReportingServices.Interfaces
Assemblys :   Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property Owner As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Notification Classe

Espace de noms Microsoft.ReportingServices.Interfaces