ICommonStructureService.GetProjectProperties Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Sub GetProjectProperties ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String, _
<OutAttribute> ByRef name As String, _
<OutAttribute> ByRef state As String, _
<OutAttribute> ByRef properties As CommonStructureProjectProperty() _
)
void GetProjectProperties(
TeamFoundationRequestContext requestContext,
string projectUri,
out string name,
out string state,
out CommonStructureProjectProperty[] properties
)
void GetProjectProperties(
TeamFoundationRequestContext^ requestContext,
String^ projectUri,
[OutAttribute] String^% name,
[OutAttribute] String^% state,
[OutAttribute] array<CommonStructureProjectProperty^>^% properties
)
abstract GetProjectProperties :
requestContext:TeamFoundationRequestContext *
projectUri:string *
name:string byref *
state:string byref *
properties:CommonStructureProjectProperty[] byref -> unit
function GetProjectProperties(
requestContext : TeamFoundationRequestContext,
projectUri : String,
name : String,
state : String,
properties : CommonStructureProjectProperty[]
)
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
Type: System.String
- name
Type: System.String%
- state
Type: System.String%
- properties
Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectProperty[]%
.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.