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.
Removes property, if it exists.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.IdentityPropertyScopeName of the property.
- 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.