ArtifactPropertyValue.PropertyValues Property

Gets the set of property values that belong to this artifact.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'宣言
Public ReadOnly Property PropertyValues As List(Of PropertyValue)
    Get
public List<PropertyValue> PropertyValues { get; }
public:
property List<PropertyValue^>^ PropertyValues {
    List<PropertyValue^>^ get ();
}
member PropertyValues : List<PropertyValue>
function get PropertyValues () : List<PropertyValue>

Property Value

Type: System.Collections.Generic.List<PropertyValue>
The set of property values that belong to this artifact.

.NET Framework Security

See Also

Reference

ArtifactPropertyValue Class

Microsoft.TeamFoundation.Framework.Client Namespace