Classe ValidValue
Represents a valid value for an extension setting.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2005..::..ValidValue
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class ValidValue
'Utilizzo
Dim instance As ValidValue
[SerializableAttribute]
public class ValidValue
[SerializableAttribute]
public ref class ValidValue
[<SerializableAttribute>]
type ValidValue = class end
public class ValidValue
Nel tipo ValidValue sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Label | A valid value for the setting. | |
Value | A valid value for the setting. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
Use ValidValue with the ValidValues property of the ExtensionParameter and ReportParameter classes.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.