Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 ( _
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.