ConfigurationMethodInstance.SetMetadata(String, Object) Method

Definition

Sets metadata for the current method.

public:
 void SetMetadata(System::String ^ metadataType, System::Object ^ value);
public void SetMetadata (string metadataType, object value);
member this.SetMetadata : string * obj -> unit
Public Sub SetMetadata (metadataType As String, value As Object)

Parameters

metadataType
String

The name of the metadata being set.

value
Object

The new value of the metadata.

Applies to