Overridden. Converts the string representation of a
metadata request into its
MetaReq equivalent .
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim metaDataReq As String
Dim value As MetaReq
value = MetaReq.Parse(metaDataReq)
|
Parameters
- metaDataReq
-
A String containing the metadata request type to convert.
Return Value
A
MetaReq object corresponding to the string contained in
MetaReq.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also