Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.MetadataProperties
A MetadataProperties object.