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