ExceptionPropertyCollection.Count Property
Gets the number of properties in this collection.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
Public ReadOnly Property Count As Integer
Get
public int Count { get; }
public:
property int Count {
int get ();
}
member Count : int
function get Count () : int
Property Value
Type: System.Int32
The number of properties in this collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.