Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.