SP.RoleDefinitionCreationInformation.description Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies a description of the role definition.

var value = SP.RoleDefinitionCreationInformation.get_description(); 
SP.RoleDefinitionCreationInformation.set_description(value);

Property Value

Type: String

Applies To

SP.RoleDefinitionCreationInformation Class

Remarks

Its length must be equal to or less than 512.

See Also

Reference

SP.RoleDefinitionCreationInformation Methods

SP.RoleDefinitionCreationInformation Properties

SP Namespace