Shelveset.SetProperty Method

Adds or updates the property value in the Properties bag.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub SetProperty ( _
    propertyValue As PropertyValue _
)
public void SetProperty(
    PropertyValue propertyValue
)
public:
void SetProperty(
    PropertyValue^ propertyValue
)
member SetProperty : 
        propertyValue:PropertyValue -> unit
public function SetProperty(
    propertyValue : PropertyValue
)

Parameters

.NET Framework Security

See Also

Reference

Shelveset Class

Microsoft.TeamFoundation.VersionControl.Client Namespace