GetMetadataByName(String) Method
In This Topic
Gets the metadata value by name.
Syntax
'Declaration
Public Overloads Function GetMetadataByName( _
ByVal As String _
) As Object
public object GetMetadataByName(
string
)
Parameters
- name
- The name.
Return Value
Value of the metadata
See Also