Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the metadata properties.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property UserProperties As MetadataProperties
Get
Set
'Usage
Dim instance As ComponentMetadata
Dim value As MetadataProperties
value = instance.UserProperties
instance.UserProperties = value
public MetadataProperties UserProperties { get; set; }
public:
property MetadataProperties^ UserProperties {
MetadataProperties^ get ();
void set (MetadataProperties^ value);
}
member UserProperties : MetadataProperties with get, set
function get UserProperties () : MetadataProperties
function set UserProperties (value : MetadataProperties)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.MetadataProperties
A MetadataProperties object.