ComparablePropertyDefinition<T>.IPropertyDefinition.Minimum Propiedad
Gets the minimum value of the property definition.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Private ReadOnly Property Minimum As Object
Implements IPropertyDefinition.Minimum
Get
'Uso
Dim instance As ComparablePropertyDefinition
Dim value As Object
value = CType(instance, IPropertyDefinition).Minimum
Object IPropertyDefinition.Minimum { get; }
private:
virtual property Object^ Minimum {
Object^ get () sealed = IPropertyDefinition::Minimum::get;
}
private abstract Minimum : Object
private override Minimum : Object
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Valor de la propiedad
Tipo: System.Object
The minimum value of the property definition.
Implementa
Vea también
Referencia
ComparablePropertyDefinition<T> Clase
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel