SetMetadataByName(String,Object) Method
In This Topic
Sets the value for a metadata name
Syntax
'Declaration
Public Overloads Sub SetMetadataByName( _
ByVal As System.String, _
ByVal As System.Object _
)
public void SetMetadataByName(
System.string ,
System.object
)
Parameters
- name
- The name of the metadata.
- value
- The value.
See Also