プロパティ属性の既定値を取得します。
名前空間: Microsoft.ReportingServices.RdlObjectModel
アセンブリ: Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)
構文
'宣言
Public ReadOnly Property Default As Nullable(Of T)
Get
'使用
Dim instance As PropertyDefinition
Dim value As Nullable(Of T)
value = instance.Default
public Nullable<T> Default { get; }
public:
property Nullable<T> Default {
Nullable<T> get ();
}
member Default : Nullable<'T>
function get Default () : Nullable<T>
プロパティ値
型: System.Nullable<T>
Nullable<T> オブジェクト。