TeamFoundationIdentity.RemoveProperty Method (IdentityPropertyScope, String)
Remove property, if it exists.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub RemoveProperty ( _
propertyScope As IdentityPropertyScope, _
name As String _
)
public void RemoveProperty(
IdentityPropertyScope propertyScope,
string name
)
public:
void RemoveProperty(
IdentityPropertyScope propertyScope,
String^ name
)
member RemoveProperty :
propertyScope:IdentityPropertyScope *
name:string -> unit
public function RemoveProperty(
propertyScope : IdentityPropertyScope,
name : String
)
Parameters
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
- name
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.