MetadataValues.Contains Method (String)
Indicates whether a specified value is a member of the current set of metadata values.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Function Contains ( _
value As String _
) As Boolean
'Usage
Dim instance As MetadataValues
Dim value As String
Dim returnValue As Boolean
returnValue = instance.Contains(value)
public bool Contains(
string value
)
public:
bool Contains(
String^ value
)
member Contains :
value:string -> bool
public function Contains(
value : String
) : boolean
Parameters
- value
Type: System.String
The value of the metadata.
Return Value
Type: System.Boolean
true if the specified value is a member of the current set of metadata values; otherwise, false.