ISubscriptionBaseUIUserControl.UserData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An array of Setting objects that define the extension settings for a notification.
public:
property cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ UserData { cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ get(); void set(cli::array <Microsoft::ReportingServices::Interfaces::Setting ^> ^ value); };
public Microsoft.ReportingServices.Interfaces.Setting[] UserData { get; set; }
member this.UserData : Microsoft.ReportingServices.Interfaces.Setting[] with get, set
Public Property UserData As Setting()
Property Value
Setting[]
An array of Setting objects set by the subscription owner.