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 bag. This could be useful, for example if consumer has to iterate through current properties and modify / remove some based on pattern matching property names.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetProperties ( _
propertyScope As IdentityPropertyScope _
) As IEnumerable(Of KeyValuePair(Of String, Object))
public IEnumerable<KeyValuePair<string, Object>> GetProperties(
IdentityPropertyScope propertyScope
)
public:
IEnumerable<KeyValuePair<String^, Object^>>^ GetProperties(
IdentityPropertyScope propertyScope
)
member GetProperties :
propertyScope:IdentityPropertyScope -> IEnumerable<KeyValuePair<string, Object>>
public function GetProperties(
propertyScope : IdentityPropertyScope
) : IEnumerable<KeyValuePair<String, Object>>
Parameters
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
Return Value
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, 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.