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
- 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.