BuildAgent.Properties Property
Gets the attached property values.
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, PropertyName := "InternalProperties")> _
Public ReadOnly Property Properties As StreamingCollection(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Internal, PropertyName = "InternalProperties")]
public StreamingCollection<PropertyValue> Properties { get; }
[ClientPropertyAttribute(ClientVisibility::Internal, PropertyName = L"InternalProperties")]
public:
virtual property StreamingCollection<PropertyValue^>^ Properties {
StreamingCollection<PropertyValue^>^ get () sealed;
}
[<ClientPropertyAttribute(ClientVisibility.Internal, PropertyName = "InternalProperties")>]
abstract Properties : StreamingCollection<PropertyValue> with get
[<ClientPropertyAttribute(ClientVisibility.Internal, PropertyName = "InternalProperties")>]
override Properties : StreamingCollection<PropertyValue> with get
final function get Properties () : StreamingCollection<PropertyValue>
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PropertyValue>
Returns StreamingCollection<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.