Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Sub Info ( _
    message As String _
)
void Info(
    string message
)
void Info(
    String^ message
)
abstract Info : 
        message:string -> unit
function Info(
    message : String
)
Parameters
- message
 Type: System.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.