Partager via


Propriété Default

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

The default enumeration value.

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

Syntaxe

'Déclaration
Public ReadOnly Property Default As Object
    Get
'Utilisation
Dim instance As EnumProperty
Dim value As Object

value = instance.Default
public Object Default { get; }
public:
virtual property Object^ Default {
    Object^ get () sealed;
}
abstract Default : Object
override Default : Object
final function get Default () : Object

Valeur de propriété

Type : System. . :: . .Object
An object.

Implémente

IPropertyDefinition. . :: . .Default