IdentityPropertiesView.GetPropertiesStartsWith Method (String)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- 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.