Compartir a través de


IPropertyDefinition.Default Propiedad

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Private ReadOnly Property Default As Object
    Implements IPropertyDefinition.Default
    Get
'Uso
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Valor de la propiedad

Tipo: System. . :: . .Object

Implementa

IPropertyDefinition. . :: . .Default