Notification.Owner 属性

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

命名空间:  Microsoft.ReportingServices.Interfaces
程序集:   Microsoft.ReportingServices.SharePoint.UI.WebParts(在 Microsoft.ReportingServices.SharePoint.UI.WebParts.dll 中)
  Microsoft.ReportingServices.Interfaces(在 Microsoft.ReportingServices.Interfaces.dll 中)

语法

声明
Public MustOverride ReadOnly Property Owner As String 
    Get
用法
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

属性值

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

请参阅

参考

Notification 类

Microsoft.ReportingServices.Interfaces 命名空间