Proprietà Owner
The user name of the owner who generated the notification. User name is in the form of domain\alias.
Spazio dei nomi: Microsoft.ReportingServices.Interfaces
Assembly: Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property Owner As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
The user name of the owner who generated the subscription.
Vedere anche