BuildAgentUpdateOptions.AttachedProperties Property
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)> _
Public Property AttachedProperties As List(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
public List<PropertyValue> AttachedProperties { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
public:
virtual property List<PropertyValue^>^ AttachedProperties {
List<PropertyValue^>^ get () sealed;
void set (List<PropertyValue^>^ value) sealed;
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
abstract AttachedProperties : List<PropertyValue> with get, set
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
override AttachedProperties : List<PropertyValue> with get, set
final function get AttachedProperties () : List<PropertyValue>
final function set AttachedProperties (value : List<PropertyValue>)
Property Value
Type: System.Collections.Generic.List<PropertyValue>
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.