IdentityPropertiesView.GetPropertiesStartsWith Method (String)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetPropertiesStartsWith ( _
    propertyNamespace As String _
) As IEnumerable(Of KeyValuePair(Of String, Object))
public IEnumerable<KeyValuePair<string, Object>> GetPropertiesStartsWith(
    string propertyNamespace
)
public:
IEnumerable<KeyValuePair<String^, Object^>>^ GetPropertiesStartsWith(
    String^ propertyNamespace
)
member GetPropertiesStartsWith : 
        propertyNamespace:string -> IEnumerable<KeyValuePair<string, Object>> 
public function GetPropertiesStartsWith(
    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