BuildDefinition.PropertyCollection Property

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyCollection As IEnumerable(Of PropertyValue)
public IEnumerable<PropertyValue> PropertyCollection { get; }
public:
virtual property IEnumerable<PropertyValue^>^ PropertyCollection {
    IEnumerable<PropertyValue^>^ get () sealed;
}
abstract PropertyCollection : IEnumerable<PropertyValue> with get 
override PropertyCollection : IEnumerable<PropertyValue> with get
final function get PropertyCollection () : IEnumerable<PropertyValue>

Property Value

Type: System.Collections.Generic.IEnumerable<PropertyValue>
Returns IEnumerable<T>.

.NET Framework Security

See Also

Reference

BuildDefinition Class

Microsoft.TeamFoundation.Build.Server Namespace