RegistrationEntry.ArtifactTypes Property
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
'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[])
Type: array<Microsoft.TeamFoundation.Server.ArtifactType[]
- 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.