Share via


ResourceContext.GetPropertyValue(String) Method

Definition

Gets the value of the property with the given name from the IEdmObject of this instance if present; throws if the property is not present.

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

Parameters

propertyName
String

The name of the property to get.

Returns

The value of the property if present.

Applies to