Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Property ApplicableKinds As IEnumerable(Of ArtifactKind)
public IEnumerable<ArtifactKind> ApplicableKinds { get; private set; }
public:
property IEnumerable<ArtifactKind^>^ ApplicableKinds {
IEnumerable<ArtifactKind^>^ get ();
private: void set (IEnumerable<ArtifactKind^>^ value);
}
member ApplicableKinds : IEnumerable<ArtifactKind> with get, private set
function get ApplicableKinds () : IEnumerable<ArtifactKind>
private function set ApplicableKinds (value : IEnumerable<ArtifactKind>)
Property Value
Type: System.Collections.Generic.IEnumerable<ArtifactKind>
.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.