다음을 통해 공유


PropertyDefinition<T>.Default 속성

Gets the default value of the property.

네임스페이스:  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>
A Nullable<T> object.

참고 항목

참조

PropertyDefinition<T> 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스