ObjectMetadata.Metadata Property
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.
Provides read-only access to all entries in this collection.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::ObjectMetadataEntry ^> ^ Metadata { System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::ObjectMetadataEntry ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.ObjectMetadataEntry> Metadata { get; }
member this.Metadata : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.ObjectMetadataEntry>
Public ReadOnly Property Metadata As IReadOnlyList(Of ObjectMetadataEntry)