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


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

Gets the default value of the property.

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

Синтаксис

'Декларация
Private ReadOnly Property Default As Object 
    Implements IPropertyDefinition.Default 
    Get
'Применение
Dim instance As PropertyDefinition 
Dim value As Object 

value = CType(instance, IPropertyDefinition).Default
Object IPropertyDefinition.Default { get; }
private:
virtual property Object^ Default {
    Object^ get () sealed = IPropertyDefinition::Default::get;
}
private abstract Default : Object 
private override Default : Object
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.

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

Тип: System.Object
The default value.

Реализует

IPropertyDefinition.Default

См. также

Справочник

PropertyDefinition<T> Класс

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