Compartir a través de


PropertyDefinition<T>.Default Propiedad

Gets the default value of the property.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public ReadOnly Property Default As Nullable(Of T)
    Get
'Uso
Dim instance As PropertyDefinition 
Dim value As Nullable(Of T)

value = instance.Default
public Nullable<T> Default { get; }
public:
property Nullable<T> Default {
    Nullable<T> get ();
}
member Default : Nullable<'T>
function get Default () : Nullable<T>

Valor de la propiedad

Tipo: System.Nullable<T>
A Nullable<T> object.

Vea también

Referencia

PropertyDefinition<T> Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel