IdentityPropertiesView.GetViewProperty Method (IdentityPropertyScope, String)
Gets 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 Function GetViewProperty ( _
propertyScope As IdentityPropertyScope, _
propertyName As String _
) As Object
public Object GetViewProperty(
IdentityPropertyScope propertyScope,
string propertyName
)
public:
Object^ GetViewProperty(
IdentityPropertyScope propertyScope,
String^ propertyName
)
member GetViewProperty :
propertyScope:IdentityPropertyScope *
propertyName:string -> Object
public function GetViewProperty(
propertyScope : IdentityPropertyScope,
propertyName : String
) : Object
Parameters
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
propertyName
Type: System.StringName of the property.
Return Value
Type: System.Object
Property value.
.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.