Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function GetProjectProperty ( _
    projectUri As String, _
    name As String _
) As CommonStructureProjectProperty
[WebMethodAttribute]
public CommonStructureProjectProperty GetProjectProperty(
    string projectUri,
    string name
)
[WebMethodAttribute]
public:
CommonStructureProjectProperty^ GetProjectProperty(
    String^ projectUri, 
    String^ name
)
[<WebMethodAttribute>]
member GetProjectProperty : 
        projectUri:string * 
        name:string -> CommonStructureProjectProperty
public function GetProjectProperty(
    projectUri : String, 
    name : String
) : CommonStructureProjectProperty
Parameters
- projectUri
 Type: System.String
- name
 Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectProperty
Returns 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.