다음을 통해 공유


DbPropertyValues.Item[String] 속성

정의

지정된 속성 이름을 가진 속성의 값을 가져오거나 설정합니다. 속성 값은 이 클래스의 중첩 인스턴스일 수 있습니다.

public object this[string propertyName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(propertyName As String) As Object

매개 변수

propertyName
String

속성 이름입니다.

속성 값

속성 값입니다.

적용 대상