Свойство IPropertyDefinition.Default

Пространство имен:  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 ComparablePropertyDefinition
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

Реализует

IPropertyDefinition. . :: . .Default