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
propertyValue
Type: Microsoft.TeamFoundation.Framework.Client.PropertyValueThe new property
.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.