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