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