PropertyInformation.DefaultValue 속성

정의

구성 특성과 관련된 기본값을 포함하는 개체를 가져옵니다.

public:
 property System::Object ^ DefaultValue { System::Object ^ get(); };
public object DefaultValue { get; }
member this.DefaultValue : obj
Public ReadOnly Property DefaultValue As Object

속성 값

구성 특성의 기본값을 포함하는 개체입니다.

예제

다음 코드 예제를 사용 하는 방법에 설명 합니다 DefaultValue 속성입니다. 이 코드 예제는에 대해 제공 된 큰 예제의 일부는 PropertyInformation 클래스입니다.

// Display the DefaultValue property.
Console.WriteLine("DefaultValue: {0}", 
  propertyItem.DefaultValue);
' Display the DefaultValue property.
Console.WriteLine("DefaultValue: {0}", _
  propertyItem.DefaultValue) _

적용 대상