Default propriété
The default value.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans 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 la propriété
Type : System. . :: . .Nullable< (Of < ( <'T> ) > ) >
A Nullable<(Of <(<'T>)>)> object.