Resource.GetPropertyValue<T>(String) メソッド

定義

指定したプロパティ名に関連付けられているプロパティ値を Azure Cosmos DB サービスから取得します。

public T GetPropertyValue<T> (string propertyName);
member this.GetPropertyValue : string -> 'T
Public Function GetPropertyValue(Of T) (propertyName As String) As T

型パラメーター

T

プロパティの型。

パラメーター

propertyName
String

プロパティの名前。

戻り値

T

プロパティ値。

適用対象