BuildController.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

See Also

Reference

BuildController Class

Microsoft.TeamFoundation.Build.Server Namespace