IdentityPropertiesView.GetPropertiesStartsWith Method (IdentityPropertyScope, String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetPropertiesStartsWith ( _
propertyScope As IdentityPropertyScope, _
propertyNamespace As String _
) As IEnumerable(Of KeyValuePair(Of String, Object))
public IEnumerable<KeyValuePair<string, Object>> GetPropertiesStartsWith(
IdentityPropertyScope propertyScope,
string propertyNamespace
)
public:
IEnumerable<KeyValuePair<String^, Object^>>^ GetPropertiesStartsWith(
IdentityPropertyScope propertyScope,
String^ propertyNamespace
)
member GetPropertiesStartsWith :
propertyScope:IdentityPropertyScope *
propertyNamespace:string -> IEnumerable<KeyValuePair<string, Object>>
public function GetPropertiesStartsWith(
propertyScope : IdentityPropertyScope,
propertyNamespace : String
) : IEnumerable<KeyValuePair<String, Object>>
Parameters
- propertyScope
Type: Microsoft.TeamFoundation.Framework.Common.IdentityPropertyScope
- propertyNamespace
Type: System.String
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.