Removes the property from the Properties bag.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub RemoveProperty ( _
    propertyName As String _
)
public void RemoveProperty(
    string propertyName
)
public:
void RemoveProperty(
    String^ propertyName
)
member RemoveProperty : 
        propertyName:string -> unit
public function RemoveProperty(
    propertyName : String
)
Parameters
- propertyName 
 Type: System.String- The property to remove. 
.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.