IdentityPropertiesView.SetViewProperty Method (String, Object)

Sets a property value with the view namespace.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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

.NET Framework Security

See Also

Reference

IdentityPropertiesView Class

SetViewProperty Overload

Microsoft.TeamFoundation.Framework.Server Namespace