共用方式為


PropertyDefinition<T>.IPropertyDefinition.Default 屬性

Gets the default value of the property.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Private ReadOnly Property Default As Object 
    Implements IPropertyDefinition.Default 
    Get
'用途
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 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System.Object
The default value.

實作

IPropertyDefinition.Default

請參閱

參考

PropertyDefinition<T> 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間