IdentityPropertiesView.ClearPropertiesUnder Method (IdentityPropertyScope, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
- propertyNamespace
Type: System.String
.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.