Partager via


Propriété PropertyDefinition<T>.Default

Gets the default value of the property.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Default As Nullable(Of T)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

PropertyDefinition<T> Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel