com.microsoft.tfs.core.clients.commonstructure
Class ProjectProperty

java.lang.Object
  extended by com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
      extended by com.microsoft.tfs.core.clients.commonstructure.ProjectProperty

public class ProjectProperty
extends com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper

A single property configured on a team project.

Since:
TEE-SDK-10.1
Thread-safety:
thread-compatible

Field Summary
 
Fields inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
webServiceObject
 
Constructor Summary
ProjectProperty(ms.tfs.services.classification._03._ProjectProperty property)
           
ProjectProperty(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 ms.tfs.services.classification._03._ProjectProperty getWebServiceObject()
          Gets the web service object this class wraps.
 
Methods inherited from class com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWrapper
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectProperty

public ProjectProperty(java.lang.String name,
                       java.lang.String value)

ProjectProperty

public ProjectProperty(ms.tfs.services.classification._03._ProjectProperty property)
Method Detail

getWebServiceObject

public ms.tfs.services.classification._03._ProjectProperty getWebServiceObject()
Gets the web service object this class wraps. The returned object should not be modified.

Returns:
the web service object this class wraps.

getName

public java.lang.String getName()

getValue

public java.lang.String getValue()


© 2015 Microsoft. All rights reserved.