ResourceContext.GetPropertyValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.