Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub SetProjectProperty ( _
    projectUri As String, _
    name As String, _
    value As String _
)
[WebMethodAttribute]
public void SetProjectProperty(
    string projectUri,
    string name,
    string value
)
[WebMethodAttribute]
public:
void SetProjectProperty(
    String^ projectUri, 
    String^ name, 
    String^ value
)
[<WebMethodAttribute>]
member SetProjectProperty : 
        projectUri:string * 
        name:string * 
        value:string -> unit
public function SetProjectProperty(
    projectUri : String, 
    name : String, 
    value : String
)
Parameters
- projectUri
 Type: System.String
- name
 Type: System.String
- value
 Type: System.String
.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.