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