TwinCollection.ClearMetadata Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET