TraceFilter.InjectionFrequency Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property InjectionFrequency As Byte
public byte InjectionFrequency { get; set; }
public:
property unsigned char InjectionFrequency {
    unsigned char get ();
    void set (unsigned char value);
}
member InjectionFrequency : byte with get, set
function get InjectionFrequency () : byte 
function set InjectionFrequency (value : byte)

Property Value

Type: System.Byte

.NET Framework Security

See Also

Reference

TraceFilter Class

Microsoft.TeamFoundation.Framework.Server Namespace