Smartsheet.Api.Models.Group.UpdateGroupBuilder.GetOwnerId C# (CSharp) Method

GetOwnerId() public method

Gets the Owner ID of the Group.
public GetOwnerId ( ) : long?
return long?
            public long? GetOwnerId()
            {
                return this.ownerId;
            }