Share via


MetadataProperty Constructors

Definition

Initializes a new instance of the MetadataProperty.

Overloads

MetadataProperty()

Initializes a new instance of the MetadataProperty class.

MetadataProperty(String, String)

Initializes a new instance of the MetadataProperty class.

MetadataProperty()

Initializes a new instance of the MetadataProperty class.

public:
 MetadataProperty();
public MetadataProperty ();
Public Sub New ()

Applies to

MetadataProperty(String, String)

Initializes a new instance of the MetadataProperty class.

public:
 MetadataProperty(System::String ^ name, System::String ^ description);
public MetadataProperty (string name, string description);
new Microsoft.ReportingServices.RdlObjectModel.MetadataProperty : string * string -> Microsoft.ReportingServices.RdlObjectModel.MetadataProperty
Public Sub New (name As String, description As String)

Parameters

name
String

The property name.

description
String

The property description.

Applies to