Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.