Resource.GetPropertyValue Method

Definition

Gets property value associated with the specified property name from the Azure DocumentDB database service.

public T GetPropertyValue<T> (string propertyName);
Type Parameters
T

The type of the property.

Parameters
propertyName
String

The name of the property.

Returns
T

The property value.