TeamPropertiesView.SetViewProperty Method
Sets a property value with the view namespace.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub SetViewProperty ( _
propertyName As String, _
propertyValue As Object _
)
public void SetViewProperty(
string propertyName,
Object propertyValue
)
public:
void SetViewProperty(
String^ propertyName,
Object^ propertyValue
)
member SetViewProperty :
propertyName:string *
propertyValue:Object -> unit
public function SetViewProperty(
propertyName : String,
propertyValue : Object
)
Parameters
propertyName
Type: System.StringName of the property.
propertyValue
Type: System.ObjectValue of the 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.