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
- 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.