Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the default value of the property.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Private ReadOnly Property Default As Object
Implements IPropertyDefinition.Default
Get
'Usage
Dim instance As PropertyDefinition
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Object
The default value.