SP.GroupCreationInformation.description Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a string that contains the description of the group to be created.
var value = SP.GroupCreationInformation.get_description();
SP.GroupCreationInformation.set_description(value);
Property Value
Type: String
Applies To
SP.GroupCreationInformation Class
Remarks
Its length must be equal to or less than 512.
See Also
Reference
SP.GroupCreationInformation Methods