Share via


RegistrationEntry.ArtifactTypes Property

Gets or sets a collection of the ArtifactType registration entries.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Property ArtifactTypes As ArtifactType()
'Usage
Dim instance As RegistrationEntry 
Dim value As ArtifactType()

value = instance.ArtifactTypes

instance.ArtifactTypes = value
public ArtifactType[] ArtifactTypes { get; set; }
public:
property array<ArtifactType^>^ ArtifactTypes {
    array<ArtifactType^>^ get ();
    void set (array<ArtifactType^>^ value);
}
public function get ArtifactTypes () : ArtifactType[]
public function set ArtifactTypes (value : ArtifactType[])

Property Value

Type: array<Microsoft.TeamFoundation.Server.ArtifactType[]
An array of the registered artifact types.

.NET Framework Security

See Also

Reference

RegistrationEntry Class

RegistrationEntry Members

Microsoft.TeamFoundation.Server Namespace