MachinePoolDefaults.DefaultProperties Field
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared DefaultProperties As KeyValuePair(Of String, String)()
public static KeyValuePair<string, string>[] DefaultProperties
public:
static array<KeyValuePair<String^, String^>>^ DefaultProperties
static val mutable DefaultProperties: KeyValuePair<string, string>[]
public static var DefaultProperties : KeyValuePair<String, String>[]
.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.