Поделиться через


Свойство PropertyDefinition<T>.Default

Gets the default value of the property.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public ReadOnly Property Default As Nullable(Of T)
    Get
'Применение
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>

Значение свойства

Тип: System.Nullable<T>
A Nullable<T> object.

См. также

Справочник

PropertyDefinition<T> Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel