GroupUpdateGroupBuilderSetOwnerId Method | |
Sets the Owener ID 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 UpdateGroupBuilder SetOwnerId(
Nullable<long> ownerId
)
Public Function SetOwnerId (
ownerId As Nullable(Of Long)
) As UpdateGroupBuilder
public:
UpdateGroupBuilder^ SetOwnerId(
Nullable<long long> ownerId
)
member SetOwnerId :
ownerId : Nullable<int64> -> UpdateGroupBuilder
Parameters
- ownerId
- Type: SystemNullableInt64
the owner ID of the Group
Return Value
Type:
UpdateGroupBuilderthe update group builder
See Also