Shelveset.RemoveProperty Method

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

.NET Framework Security

See Also

Reference

Shelveset Class

Microsoft.TeamFoundation.VersionControl.Client Namespace