다음을 통해 공유


TeamFoundationRequestInformation.Parameters Property

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

Syntax

‘선언
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)> _
Public ReadOnly Property Parameters As List(Of KeyValue(Of String, String))
    Get
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)]
public List<KeyValue<string, string>> Parameters { get; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private)]
public:
property List<KeyValue<String^, String^>^>^ Parameters {
    List<KeyValue<String^, String^>^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private)>]
member Parameters : List<KeyValue<string, string>>
function get Parameters () : List<KeyValue<String, String>>

Property Value

Type: System.Collections.Generic.List<KeyValue<String, String>>

.NET Framework Security

See Also

Reference

TeamFoundationRequestInformation Class

Microsoft.TeamFoundation.Framework.Server Namespace