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

Return Value

Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, Object>>

.NET Framework Security

See Also

Reference

IdentityPropertiesView Class

GetPropertiesStartsWith Overload

Microsoft.TeamFoundation.Framework.Server Namespace