MetadataProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.