MetadataProperty Constructor (String, String)
Initializes a new instance of the MetadataProperty class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
description As String _
)
'Usage
Dim name As String
Dim description As String
Dim instance As New MetadataProperty(name, description)
public MetadataProperty(
string name,
string description
)
public:
MetadataProperty(
String^ name,
String^ description
)
new :
name:string *
description:string -> MetadataProperty
public function MetadataProperty(
name : String,
description : String
)
Parameters
- name
Type: System.String
The property name.
- description
Type: System.String
The property description.