SP.GroupCreationInformation.title Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a string that contains the name of the group to be created.
var value = SP.GroupCreationInformation.get_title();
SP.GroupCreationInformation.set_title(value);
Property Value
Type: String
Applies To
SP.GroupCreationInformation Class
Remarks
It must not be null. Its length must be equal to or less than 255. It must not be empty.
See Also
Reference
SP.GroupCreationInformation Methods