Propriété UserData
An array of Setting objects that define the extension settings for a notification.
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
Property UserData As Setting()
Get
Set
'Utilisation
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[])
Valeur de propriété
Type : array<Microsoft.ReportingServices.Interfaces. . :: . .Setting> [] () [] []
An array of Setting objects set by the subscription owner.