Count プロパティ
すべてのコレクション内のエラーの数を取得します。
名前空間: Microsoft.MasterDataServices.Deployment
アセンブリ: Microsoft.MasterDataServices.Deployment (Microsoft.MasterDataServices.Deployment.dll)
構文
'宣言
Public ReadOnly Property Count As Integer
Get
'使用
Dim instance As Warnings
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
property int Count {
int get ();
}
member Count : int
function get Count () : int
プロパティ値
型: System. . :: . .Int32
すべてのコレクション内のエラーの数。