Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of information type filters for returning build information.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public ReadOnly Property InformationTypes As List(Of String)
[ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)]
public List<string> InformationTypes { get; }
[ClientPropertyAttribute(ClientVisibility::Private, Direction = ClientPropertySerialization::ClientToServerOnly)]
public:
property List<String^>^ InformationTypes {
List<String^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)>]
member InformationTypes : List<string> with get
function get InformationTypes () : List<String>
Property Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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.