Share via


RegistrationEntry.ArtifactTypes Property

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

Syntax

'Declaration
Public Property ArtifactTypes As ArtifactType()
public ArtifactType[] ArtifactTypes { get; set; }
public:
property array<ArtifactType^>^ ArtifactTypes {
    array<ArtifactType^>^ get ();
    void set (array<ArtifactType^>^ value);
}
member ArtifactTypes : ArtifactType[] with get, set
function get ArtifactTypes () : ArtifactType[]
function set ArtifactTypes (value : ArtifactType[])

Property Value

Type: array<Microsoft.TeamFoundation.Server.ArtifactType[]
Returns ArtifactType.

.NET Framework Security

See Also

Reference

RegistrationEntry Class

Microsoft.TeamFoundation.Server Namespace