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.
Property accessor. Will throw if not found.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetProperty ( _
propertyScope As IdentityPropertyScope, _
name As String _
) As Object
public Object GetProperty(
IdentityPropertyScope propertyScope,
string name
)
public:
Object^ GetProperty(
IdentityPropertyScope propertyScope,
String^ name
)
member GetProperty :
propertyScope:IdentityPropertyScope *
name:string -> Object
public function GetProperty(
propertyScope : IdentityPropertyScope,
name : String
) : Object
Parameters
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
- 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.