IDataServiceQueryProvider.GetOpenPropertyValue(Object, String) 方法
定义
获取开放属性的值。Gets the value of the open property.
public:
System::Object ^ GetOpenPropertyValue(System::Object ^ target, System::String ^ propertyName);
public object GetOpenPropertyValue (object target, string propertyName);
abstract member GetOpenPropertyValue : obj * string -> obj
Public Function GetOpenPropertyValue (target As Object, propertyName As String) As Object
参数
- target
- Object
声明开放属性的类型的实例。Instance of the type that declares the open property.
- propertyName
- String
开放属性的名称。Name of the open property.
返回
开放属性的值。The value of the open property.