$links コレクションの省略可能なインライン カウントを取得または設定します。
名前空間: Microsoft.Data.OData
アセンブリ: Microsoft.Data.OData (Microsoft.Data.OData.dll)
構文
'宣言
Public Property Count As Nullable(Of Long)
Get
Set
'使用
Dim instance As ODataEntityReferenceLinks
Dim value As Nullable(Of Long)
value = instance.Count
instance.Count = value
public Nullable<long> Count { get; set; }
public:
property Nullable<long long> Count {
Nullable<long long> get ();
void set (Nullable<long long> value);
}
member Count : Nullable<int64> with get, set
function get Count () : Nullable<long>
function set Count (value : Nullable<long>)
プロパティ値
型: System.Nullable<Int64>
$links コレクションの省略可能なインライン カウント。