다음을 통해 공유


ResourceContext.GetPropertyValue(String) 메서드

정의

있는 경우 이 인스턴스의 에서 IEdmObject 지정된 이름을 가진 속성의 값을 가져옵니다. 속성이 없으면 을 throw합니다.

public object GetPropertyValue (string propertyName);
member this.GetPropertyValue : string -> obj
Public Function GetPropertyValue (propertyName As String) As Object

매개 변수

propertyName
String

가져올 속성의 이름입니다.

반환

있는 경우 속성의 값입니다.

적용 대상