다음을 통해 공유


RegistrationEntry.ArtifactTypes Property

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

Syntax

‘선언
Public Property ArtifactTypes As ArtifactType()
    Get
    Set
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[]

.NET Framework Security

See Also

Reference

RegistrationEntry Class

Microsoft.TeamFoundation.Server Namespace