GroupCreateGroupBuilderSetName Method | |
Sets the name of the Group.
Namespace:
Smartsheet.Api.Models
Assemblies:
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax public CreateGroupBuilder SetName(
string name
)
Public Function SetName (
name As String
) As CreateGroupBuilder
public:
CreateGroupBuilder^ SetName(
String^ name
)
member SetName :
name : string -> CreateGroupBuilder
Parameters
- name
- Type: SystemString
the name of the group
Return Value
Type:
CreateGroupBuilderthe create group builder
See Also