ComparablePropertyDefinition<T>.IPropertyDefinition.Default 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 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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Object