Udostępnij za pośrednictwem


Właściwość ComponentMetadata.UserProperties

Pobiera lub ustawia właściwości metadane.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property UserProperties As MetadataProperties
    Get
    Set
'Użycie
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)