TeamPropertiesView.GetViewProperty Method
Gets a property value with the view namespace.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetViewProperty ( _
propertyName As String _
) As Object
public Object GetViewProperty(
string propertyName
)
public:
Object^ GetViewProperty(
String^ propertyName
)
member GetViewProperty :
propertyName:string -> Object
public function GetViewProperty(
propertyName : String
) : Object
Parameters
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.