MetadataProperty.Values Property

Definition

Gets the valid values of the metadata property.

public:
 property Microsoft::ReportingServices::RdlObjectModel::MetadataValues ^ Values { Microsoft::ReportingServices::RdlObjectModel::MetadataValues ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::MetadataValues ^ value); };
[System.Xml.Serialization.XmlArrayItem("Value", typeof(Microsoft.ReportingServices.RdlObjectModel.MetadataValue))]
public Microsoft.ReportingServices.RdlObjectModel.MetadataValues Values { get; set; }
[<System.Xml.Serialization.XmlArrayItem("Value", typeof(Microsoft.ReportingServices.RdlObjectModel.MetadataValue))>]
member this.Values : Microsoft.ReportingServices.RdlObjectModel.MetadataValues with get, set
Public Property Values As MetadataValues

Property Value

A MetadataValues object.

Attributes

Applies to