Bearbeiten

RateLimitLease.MetadataNames Property

Definition

Gets a list of the metadata names that are available on the lease.

public:
 abstract property System::Collections::Generic::IEnumerable<System::String ^> ^ MetadataNames { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<string> MetadataNames { get; }
member this.MetadataNames : seq<string>
Public MustOverride ReadOnly Property MetadataNames As IEnumerable(Of String)

Property Value

Applies to