ArtifactPropertyValue Constructor (ArtifactSpec, IEnumerable<PropertyValue>)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
artifactSpec As ArtifactSpec, _
propertyValues As IEnumerable(Of PropertyValue) _
)
public ArtifactPropertyValue(
ArtifactSpec artifactSpec,
IEnumerable<PropertyValue> propertyValues
)
public:
ArtifactPropertyValue(
ArtifactSpec^ artifactSpec,
IEnumerable<PropertyValue^>^ propertyValues
)
new :
artifactSpec:ArtifactSpec *
propertyValues:IEnumerable<PropertyValue> -> ArtifactPropertyValue
public function ArtifactPropertyValue(
artifactSpec : ArtifactSpec,
propertyValues : IEnumerable<PropertyValue>
)
Parameters
- artifactSpec
Type: Microsoft.TeamFoundation.Framework.Server.ArtifactSpec
- propertyValues
Type: System.Collections.Generic.IEnumerable<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.