IdentityPropertiesView.SetViewProperty Method (IdentityPropertyScope, 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 ( _
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
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
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.