MetadataValue 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 MetadataValue class.
Overloads
MetadataValue() |
Initializes a new instance of the MetadataValue class using the default values. |
MetadataValue(String) |
Initializes a new instance of the MetadataValue class using the specified value. |
MetadataValue()
Initializes a new instance of the MetadataValue class using the default values.
public:
MetadataValue();
public MetadataValue ();
Public Sub New ()
Applies to
MetadataValue(String)
Initializes a new instance of the MetadataValue class using the specified value.
public:
MetadataValue(System::String ^ value);
public MetadataValue (string value);
new Microsoft.ReportingServices.RdlObjectModel.MetadataValue : string -> Microsoft.ReportingServices.RdlObjectModel.MetadataValue
Public Sub New (value As String)
Parameters
- value
- String
The metadata value.