BuildMaster SDK Reference
   
  
    
      
        Version: 
        
      
      
      
      IsMemberOfGroup(string groupName) Method
  
            Returns a value indicating whether this principal is a member of the specified group.
            
 
  Syntax
  
    public
    abstract
    bool IsMemberOfGroup(string groupName)
  Parameters
  
    - groupName
 
    - Type: string
The group to test for membership in.
 
  
 
  Returns
  True if the principal is a member of the group; otherwise false.