FrameworkRegistrationEntry.ArtifactTypes Property

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

Syntax

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

Property Value

Type: array<Microsoft.TeamFoundation.Framework.Server.RegistrationArtifactType[]
Returns RegistrationArtifactType.

.NET Framework Security

See Also

Reference

FrameworkRegistrationEntry Class

Microsoft.TeamFoundation.Framework.Server Namespace