SP.Group.description Property
Applies to: SharePoint Foundation 2010
Gets or sets the description of the group.
var value = SP.Group.get_description();
SP.Group.set_description(value);
Property Value
Type: String
Text containing the description of the group.