MetadataProperty.Values 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.
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