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
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public ReadOnly Property PropertyNameFilters As List(Of String)
[ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)]
public List<string> PropertyNameFilters { get; }
[ClientPropertyAttribute(ClientVisibility::Private, Direction = ClientPropertySerialization::ClientToServerOnly)]
public:
virtual property List<String^>^ PropertyNameFilters {
List<String^>^ get () sealed;
}
[<ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)>]
abstract PropertyNameFilters : List<string> with get
[<ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ClientToServerOnly)>]
override PropertyNameFilters : List<string> with get
final function get PropertyNameFilters () : 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.