Uses of Class
com.microsoft.tfs.core.clients.webservices.GroupProperty

Packages that use GroupProperty
com.microsoft.tfs.core.clients.webservices   
 

Uses of GroupProperty in com.microsoft.tfs.core.clients.webservices
 

Fields in com.microsoft.tfs.core.clients.webservices declared as GroupProperty
static GroupProperty GroupProperty.DESCRIPTION
          The description of an application group
static GroupProperty GroupProperty.NAME
          The name of an application group
static GroupProperty GroupProperty.NONE
           
 

Methods in com.microsoft.tfs.core.clients.webservices with parameters of type GroupProperty
 void IdentityManagementService.updateApplicationGroup(IdentityDescriptor groupDescriptor, GroupProperty property, java.lang.String newValue)
           
 void IIdentityManagementService.updateApplicationGroup(IdentityDescriptor groupDescriptor, GroupProperty groupProperty, java.lang.String newValue)
          Updates a property of a TFS application group
 



© 2015 Microsoft. All rights reserved.