ValidValues-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
The valid values.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property ValidValues As IList(Of Object)
Get
'Usage
Dim instance As EnumProperty
Dim value As IList(Of Object)
value = instance.ValidValues
public IList<Object> ValidValues { get; }
public:
property IList<Object^>^ ValidValues {
IList<Object^>^ get ();
}
member ValidValues : IList<Object>
function get ValidValues () : IList<Object>
Eigenschaftenwert
Typ: System.Collections.Generic. . :: . .IList< (Of < ( <'Object> ) > ) >
An IList<(Of <(<'T>)>)> object.