IdentityPropertiesView.ClearPropertiesUnder Method (IdentityPropertyScope, String)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Sub ClearPropertiesUnder ( _
    propertyScope As IdentityPropertyScope, _
    propertyNamespace As String _
)
public void ClearPropertiesUnder(
    IdentityPropertyScope propertyScope,
    string propertyNamespace
)
public:
void ClearPropertiesUnder(
    IdentityPropertyScope propertyScope, 
    String^ propertyNamespace
)
member ClearPropertiesUnder : 
        propertyScope:IdentityPropertyScope * 
        propertyNamespace:string -> unit
public function ClearPropertiesUnder(
    propertyScope : IdentityPropertyScope, 
    propertyNamespace : String
)

Parameters

.NET Framework Security

See Also

Reference

IdentityPropertiesView Class

ClearPropertiesUnder Overload

Microsoft.TeamFoundation.Framework.Server Namespace