IBuildDetailInformationNodeConverter.InformationType Property

Returns the type of build information node that this converter works on.

Only one converter is available for each information type.

Namespace:  Microsoft.TeamFoundation.Build.Controls
Assembly:  Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)

Syntax

'Declaration
ReadOnly Property InformationType As String
string InformationType { get; }
property String^ InformationType {
    String^ get ();
}
abstract InformationType : string with get
function get InformationType () : String

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

IBuildDetailInformationNodeConverter Interface

Microsoft.TeamFoundation.Build.Controls Namespace