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 information types to return. A single element that has the value '*' indicates all information.
Namespace: Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public ReadOnly Property InformationTypes As List(Of String)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, Direction = ClientPropertySerialization.ClientToServerOnly)]
public List<string> InformationTypes { get; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Public, Direction = ClientPropertySerialization::ClientToServerOnly)]
public:
property List<String^>^ InformationTypes {
List<String^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, 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.
See Also
Reference
Microsoft.TeamFoundation.Build.Server.Compatibility Namespace