CloudFileDirectory.Metadata Property

Definition

Gets the user-defined metadata for the directory.

public System.Collections.Generic.IDictionary<string,string> Metadata { get; }
member this.Metadata : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Metadata As IDictionary(Of String, String)

Property Value

The directory's metadata, as a collection of name-value pairs.

Applies to