CatalogDependencyGroup.RemoveSetDependency Method (String)

Removes the entire dependency set that is associated with the given key.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Sub RemoveSetDependency ( _
    key As String _
)
public void RemoveSetDependency(
    string key
)
public:
void RemoveSetDependency(
    String^ key
)
member RemoveSetDependency : 
        key:string -> unit
public function RemoveSetDependency(
    key : String
)

Parameters

.NET Framework Security

See Also

Reference

CatalogDependencyGroup Class

RemoveSetDependency Overload

Microsoft.TeamFoundation.Framework.Client Namespace