Partager via


Propriété ComparablePropertyDefinition<T>.IPropertyDefinition.Default

Gets the default value of the property definition.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Private ReadOnly Property Default As Object 
    Implements IPropertyDefinition.Default 
    Get
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.Object
The default value of the property definition.

Implémente

IPropertyDefinition.Default

Voir aussi

Référence

ComparablePropertyDefinition<T> Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel