Condividi tramite


Proprietà Default

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

The default enumeration value.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Default As Object
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .Object
An object.

Implementa

IPropertyDefinition. . :: . .Default