Sdílet prostřednictvím


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

'Declaration
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int with get
function get Count () : int

Property Value

Type: System.Int32
The number of properties in this collection.

.NET Framework Security

See Also

Reference

ExceptionPropertyCollection Class

Microsoft.TeamFoundation.Common Namespace