Propriedade Default
The default value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Nullable< (Of < ( <'T> ) > ) >
A Nullable<(Of <(<'T>)>)> object.