UserData 属性

An array of Setting objects that define the extension settings for a notification.

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

语法

声明
Property UserData As Setting()
    Get
    Set
用法
Dim instance As ISubscriptionBaseUIUserControl
Dim value As Setting()

value = instance.UserData

instance.UserData = value
Setting[] UserData { get; set; }
property array<Setting^>^ UserData {
    array<Setting^>^ get ();
    void set (array<Setting^>^ value);
}
abstract UserData : Setting[] with get, set
function get UserData () : Setting[]
function set UserData (value : Setting[])

属性值

类型:array<Microsoft.ReportingServices.Interfaces. . :: . .Setting> [] () [] []
An array of Setting objects set by the subscription owner.