Właściwość PropertyDefinition<T>.Default
Wartość domyślna.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public ReadOnly Property Default As Nullable(Of T)
Get
'Użycie
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>
Wartość właściwości
Typ: System.Nullable<T>
A Nullable<T> obiektu.
Zobacz także