TwinCollection.ClearMetadata Method

Definition

Clears metadata out of the twin collection.

public void ClearMetadata ();
member this.ClearMetadata : unit -> unit
Public Sub ClearMetadata ()

Remarks

This will only clear the metadata from the twin collection but will not change the base metadata object. This allows you to still use methods such as GetMetadata(). If you need to remove all metadata, please use ClearAllMetadata().

Applies to