Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Property accessor. Will throw if not found.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetProperty ( _
name As String _
) As Object
public Object GetProperty(
string name
)
public:
Object^ GetProperty(
String^ name
)
member GetProperty :
name:string -> Object
public function GetProperty(
name : String
) : Object
Parameters
- name
Type: System.String
Return Value
Type: System.Object
Returns Object.
.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.