Share via


BuildDeployment.Properties Property

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 List(Of PropertyValue)
[ClientPropertyAttribute(ClientVisibility.Internal, PropertyName = "InternalProperties")]
public List<PropertyValue> Properties { get; }
[ClientPropertyAttribute(ClientVisibility::Internal, PropertyName = L"InternalProperties")]
public:
property List<PropertyValue^>^ Properties {
    List<PropertyValue^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Internal, PropertyName = "InternalProperties")>]
member Properties : List<PropertyValue> with get
function get Properties () : List<PropertyValue>

Property Value

Type: System.Collections.Generic.List<PropertyValue>

.NET Framework Security

See Also

Reference

BuildDeployment Class

Microsoft.TeamFoundation.Build.Server Namespace