IdentityPropertiesView.SetViewProperty Method (IdentityPropertyScope, String, Object)

Sets a property value with the view namespace.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Sub SetViewProperty ( _
    propertyScope As IdentityPropertyScope, _
    propertyName As String, _
    propertyValue As Object _
)
public void SetViewProperty(
    IdentityPropertyScope propertyScope,
    string propertyName,
    Object propertyValue
)
public:
void SetViewProperty(
    IdentityPropertyScope propertyScope, 
    String^ propertyName, 
    Object^ propertyValue
)
member SetViewProperty : 
        propertyScope:IdentityPropertyScope * 
        propertyName:string * 
        propertyValue:Object -> unit
public function SetViewProperty(
    propertyScope : IdentityPropertyScope, 
    propertyName : String, 
    propertyValue : Object
)

Parameters

.NET Framework Security

See Also

Reference

IdentityPropertiesView Class

SetViewProperty Overload

Microsoft.TeamFoundation.Framework.Server Namespace